From 91154c0e76e77ff53c968f3aa7ad7626fae19acb Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 8 Mar 2013 12:35:42 -0800 Subject: [PATCH] stl - remove stale and #include's --- action.cc | 1 - action.h | 1 - cyclegraph.h | 1 - model.h | 1 - nodestack.h | 1 - workqueue.h | 1 - 6 files changed, 6 deletions(-) diff --git a/action.cc b/action.cc index 4b380c2d..4de6f354 100644 --- a/action.cc +++ b/action.cc @@ -1,7 +1,6 @@ #include #define __STDC_FORMAT_MACROS #include -#include #include "model.h" #include "action.h" diff --git a/action.h b/action.h index e375016e..61c7c4cb 100644 --- a/action.h +++ b/action.h @@ -5,7 +5,6 @@ #ifndef __ACTION_H__ #define __ACTION_H__ -#include #include #include diff --git a/cyclegraph.h b/cyclegraph.h index 9819cf87..a03ebca4 100644 --- a/cyclegraph.h +++ b/cyclegraph.h @@ -9,7 +9,6 @@ #ifndef __CYCLEGRAPH_H__ #define __CYCLEGRAPH_H__ -#include #include #include diff --git a/model.h b/model.h index 236bbe99..a72e0b50 100644 --- a/model.h +++ b/model.h @@ -5,7 +5,6 @@ #ifndef __MODEL_H__ #define __MODEL_H__ -#include #include #include #include diff --git a/nodestack.h b/nodestack.h index 394552ca..99374a35 100644 --- a/nodestack.h +++ b/nodestack.h @@ -5,7 +5,6 @@ #ifndef __NODESTACK_H__ #define __NODESTACK_H__ -#include #include #include diff --git a/workqueue.h b/workqueue.h index a25e4fee..90347883 100644 --- a/workqueue.h +++ b/workqueue.h @@ -6,7 +6,6 @@ #ifndef __WORKQUEUE_H__ #define __WORKQUEUE_H__ -#include #include "mymemory.h" #include "stl-model.h" -- 2.34.1