Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colorsc/colorsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'colorsc/colorsc.h')
-rw-r--r--colorsc/colorsc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/colorsc/colorsc.h b/colorsc/colorsc.h
index 543a2ce..2e4c372 100644
--- a/colorsc/colorsc.h
+++ b/colorsc/colorsc.h
@@ -27,9 +27,6 @@ using namespace std;
#include <cmath>
#include <float.h>
-// todo- Include the real GTK headers when installed.
-#include "gtk_types.h"
-
static const float PI = 3.14159f;
inline float sgn(float a) { if (a>0) return 1; if (a<0) return -1; return 0; }