From c1b5a19ce345f4e917dcc2c8c455ae00f08ab657 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 22 Sep 2014 20:29:43 +0000 Subject: remove dead includes --- Graph.h | 2 -- GraphDisplayP.h | 1 - GraphP.h | 1 - 3 files changed, 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 - #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 #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 #include "Graph.h" typedef struct { -- cgit v1.2.3