commit | dee76df03a0d81b7c964fb99505ea0cc3d5f32d0 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jun 01 14:02:49 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jun 01 14:06:13 2009 -0700 |
tree | 9079df947d86fa85337daf8e1152354466044326 | |
parent | 99ae40fdfb328b1082f1de37ee074ed9ae88e218 [diff] [blame] |
move utils/Pipe.h to the simulator
diff --git a/simulator/app/Pipe.cpp b/simulator/app/Pipe.cpp index 613906b..05ce790 100644 --- a/simulator/app/Pipe.cpp +++ b/simulator/app/Pipe.cpp
@@ -18,7 +18,7 @@ // Unidirectional pipe. // -#include <utils/Pipe.h> +#include "Pipe.h" #include <utils/Log.h> #if defined(HAVE_WIN32_IPC)