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/MyApp.cpp b/simulator/app/MyApp.cpp index 313e44d..fd610b1 100644 --- a/simulator/app/MyApp.cpp +++ b/simulator/app/MyApp.cpp
@@ -16,7 +16,7 @@ #include "MainFrame.h" #include "MyApp.h" -#include <utils/executablepath.h> +#include "executablepath.h" #include <stdio.h> #include <unistd.h>