aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-22 20:29:43 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-22 20:29:43 +0000
commitc1b5a19ce345f4e917dcc2c8c455ae00f08ab657 (patch)
tree13159641a20b149c461a6e506d282339e8a5785e
parentc10847366966274e04fa9f56532c899081a7f503 (diff)
remove dead includes
-rw-r--r--Graph.h2
-rw-r--r--GraphDisplayP.h1
-rw-r--r--GraphP.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/Graph.h b/Graph.h
index 0033cc2..ea433d8 100644
--- a/Graph.h
+++ b/Graph.h
@@ -3,8 +3,6 @@
#ifndef _Graph_h
#define _Graph_h
-// #include <X11/Intrinsic.h>
-
#define XtNnumEntries "numEntries"
#define XtCNumEntries "NumEntries"
#define XtNlabels "labels"
diff --git a/GraphDisplayP.h b/GraphDisplayP.h
index 5321a82..7f3adc0 100644
--- a/GraphDisplayP.h
+++ b/GraphDisplayP.h
@@ -3,7 +3,6 @@
#ifndef _GraphDisplayP_h
#define _GraphDisplayP_h
-// #include <X11/CoreP.h>
#include "GraphDisplay.h"
typedef struct {
diff --git a/GraphP.h b/GraphP.h
index 7e5b4eb..b4f5be6 100644
--- a/GraphP.h
+++ b/GraphP.h
@@ -3,7 +3,6 @@
#ifndef _GraphP_h
#define _GraphP_h
-// #include <X11/CoreP.h>
#include "Graph.h"
typedef struct {