diff options
| author | Michael Bebenita <[email protected]> | 2010-08-27 18:26:36 -0700 |
|---|---|---|
| committer | Michael Bebenita <[email protected]> | 2010-09-07 18:41:07 -0700 |
| commit | f8ff013e3cc737b92b5a140dfd0ddcc5ab6773d9 (patch) | |
| tree | 84daaf59d1eb899021e681927e1103cf08b91dd5 /src/rt/rust.h | |
| parent | Initial support for a global crate metadata cache (diff) | |
| download | rust-f8ff013e3cc737b92b5a140dfd0ddcc5ab6773d9.tar.xz rust-f8ff013e3cc737b92b5a140dfd0ddcc5ab6773d9.zip | |
Added a few utility classes, cleaned up the include order of .h files, and started to make the Rust kernel own domain message queues rather than the Rust domains themselves.
Diffstat (limited to 'src/rt/rust.h')
| -rw-r--r-- | src/rt/rust.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rt/rust.h b/src/rt/rust.h index 3c534c94..66185727 100644 --- a/src/rt/rust.h +++ b/src/rt/rust.h @@ -17,10 +17,6 @@ #define CDECL #endif -#include "util/array_list.h" - -#include "rust_srv.h" - /* * Local Variables: * fill-column: 78; |