projects
/
cycript.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce61d6
)
Fix #include for GNUstep.
author
Jay Freeman (saurik)
<saurik@saurik.com>
Sat, 21 May 2011 02:47:36 +0000
(
02:47
+0000)
committer
Jay Freeman (saurik)
<saurik@saurik.com>
Sat, 21 May 2011 02:47:36 +0000
(
02:47
+0000)
ObjectiveC/Library.mm
patch
|
blob
|
blame
|
history
diff --git
a/ObjectiveC/Library.mm
b/ObjectiveC/Library.mm
index 36c599a1acb5b459eee54e53444d860917ece5ed..2cb81b741ca674cac1f28001ff2dc166d59eaf6d 100644
(file)
--- a/
ObjectiveC/Library.mm
+++ b/
ObjectiveC/Library.mm
@@
-28,7
+28,6
@@
#include "ObjectiveC/Internal.hpp"
#include <objc/objc-api.h>
-#include <objc/runtime.h>
#include "cycript.hpp"
@@
-38,6
+37,7
@@
#include <CoreFoundation/CoreFoundation.h>
#include <JavaScriptCore/JSStringRefCF.h>
#include <WebKit/WebScriptObject.h>
+#include <objc/runtime.h>
#endif
#include "Error.hpp"