includes: sort includes again

This commit is contained in:
Nathan Binkert
2009-05-17 14:34:52 -07:00
parent 709d859530
commit 8d2e51c7f5
99 changed files with 217 additions and 230 deletions

View File

@@ -36,8 +36,8 @@
#include "base/misc.hh"
#include "base/socket.hh"
#include "sim/core.hh"
#include "base/types.hh"
#include "sim/core.hh"
#include "sim/startup.hh"
extern const char *compileDate;

View File

@@ -31,8 +31,8 @@
%module event
%{
#include "python/swig/pyevent.hh"
#include "base/types.hh"
#include "python/swig/pyevent.hh"
#include "sim/eventq.hh"
#include "sim/sim_events.hh"
#include "sim/sim_exit.hh"
@@ -75,9 +75,10 @@
%include "stdint.i"
%include "std_string.i"
%include "base/types.hh"
%include "sim/eventq.hh"
%include "python/swig/pyevent.hh"
%include "sim/eventq.hh"
struct CountedDrainEvent : public Event
{

View File

@@ -30,8 +30,8 @@
#include <Python.h>
#include "cpu/base.hh"
#include "base/types.hh"
#include "cpu/base.hh"
#include "sim/serialize.hh"
#include "sim/sim_object.hh"
#include "sim/system.hh"

View File

@@ -37,6 +37,7 @@
// import these files for SWIG to wrap
%include "stdint.i"
%include "std_string.i"
%include "base/types.hh"
class BaseCPU;