commit | 3e1391d1a4bee9d29d5b35255aabfc22d7651e98 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sun May 31 18:49:59 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Sun May 31 18:49:59 2009 -0700 |
tree | c0de214ae4045e5724a15ca87a98152593e4b79b | |
parent | e5ee8856ebca2667604c5074e1ecddd5b0d3ab5f [diff] [blame] |
get rid of utils/executablepath.h, which now lives in the simulator
diff --git a/simulator/app/executablepath_linux.cpp b/simulator/app/executablepath_linux.cpp index b8d2a3d..e4a3a2b 100644 --- a/simulator/app/executablepath_linux.cpp +++ b/simulator/app/executablepath_linux.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include <utils/executablepath.h> +#include "executablepath.h" #include <sys/types.h> #include <unistd.h> #include <limits.h>