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_darwin.cpp b/simulator/app/executablepath_darwin.cpp index 2e3c3a0..9ec1c18 100644 --- a/simulator/app/executablepath_darwin.cpp +++ b/simulator/app/executablepath_darwin.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include <utils/executablepath.h> +#include "executablepath.h" #import <Carbon/Carbon.h> #include <unistd.h>