From 699b014c94f05bc03e1966e676b35885d959ec71 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 23 Jan 2013 10:17:44 -0800 Subject: [PATCH 1/1] remove #include STL lists aren't used here anymore. --- nodestack.h | 1 - schedule.h | 1 - 2 files changed, 2 deletions(-) diff --git a/nodestack.h b/nodestack.h index 94bb58ee..2dddf729 100644 --- a/nodestack.h +++ b/nodestack.h @@ -5,7 +5,6 @@ #ifndef __NODESTACK_H__ #define __NODESTACK_H__ -#include #include #include #include diff --git a/schedule.h b/schedule.h index 035ee78c..83b25c61 100644 --- a/schedule.h +++ b/schedule.h @@ -5,7 +5,6 @@ #ifndef __SCHEDULE_H__ #define __SCHEDULE_H__ -#include #include "mymemory.h" /* Forward declaration */ -- 2.34.1