summaryrefslogtreecommitdiff
path: root/wx+/graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/graph.cpp')
-rw-r--r--wx+/graph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wx+/graph.cpp b/wx+/graph.cpp
index ad7fd3ec..da5c1d98 100644
--- a/wx+/graph.cpp
+++ b/wx+/graph.cpp
@@ -7,10 +7,10 @@
#include "graph.h"
#include <cassert>
#include <algorithm>
-#include <numeric>
+//#include <numeric>
#include <zen/basic_math.h>
#include <zen/scope_guard.h>
-#include <zen/perf.h>
+//#include <zen/perf.h>
using namespace zen;
bgstack15