diff options
| author | jacob1 <jfu614@gmail.com> | 2013-02-15 04:31:31 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-02-15 04:31:31 (GMT) |
| commit | 01cd146ee910fb9e62859583842c9842b539565b (patch) | |
| tree | d87346317f1a7c7110ffa993b0680a0d393d1198 /src/Misc.cpp | |
| parent | 5807602cc1ec326f3ca33f3130d35b22082378ec (diff) | |
| download | powder-01cd146ee910fb9e62859583842c9842b539565b.zip powder-01cd146ee910fb9e62859583842c9842b539565b.tar.gz | |
fix mac compiling, fix renderer, fix other minor compiling issues
Diffstat (limited to 'src/Misc.cpp')
| -rw-r--r-- | src/Misc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Misc.cpp b/src/Misc.cpp index 8c18871..3128691 100644 --- a/src/Misc.cpp +++ b/src/Misc.cpp @@ -17,7 +17,6 @@ #endif #ifdef MACOSX #include <mach-o/dyld.h> -#include <ApplicationServices/ApplicationServices.h> #endif std::string URLEscape(std::string source) |
