projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c83c2
)
remove #include <list>
author
Brian Norris
<banorris@uci.edu>
Wed, 23 Jan 2013 18:17:44 +0000
(10:17 -0800)
committer
Brian Norris
<banorris@uci.edu>
Wed, 23 Jan 2013 18:17:44 +0000
(10:17 -0800)
STL lists aren't used here anymore.
nodestack.h
patch
|
blob
|
history
schedule.h
patch
|
blob
|
history
diff --git
a/nodestack.h
b/nodestack.h
index 94bb58ee1e64d235e4daf0801ee6861491c6b292..2dddf729b077c532f51e03e3be0fe8f60e1fccc5 100644
(file)
--- a/
nodestack.h
+++ b/
nodestack.h
@@
-5,7
+5,6
@@
#ifndef __NODESTACK_H__
#define __NODESTACK_H__
-#include <list>
#include <vector>
#include <cstddef>
#include <inttypes.h>
diff --git
a/schedule.h
b/schedule.h
index 035ee78caadcedfc3119939a8f29028c5e269de7..83b25c61cdc1d296f404fe244d185db4e6f3d7f7 100644
(file)
--- a/
schedule.h
+++ b/
schedule.h
@@
-5,7
+5,6
@@
#ifndef __SCHEDULE_H__
#define __SCHEDULE_H__
-#include <list>
#include "mymemory.h"
/* Forward declaration */