diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-06-17 21:11:18 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:15 +0000 |
commit | 275d8115c11cc7a0f1fc20271a9b0e545014faf3 (patch) | |
tree | 167802fe924d6be526927e11fd8d96d8f5f724d9 /UICaboodle/BrowserView.mm | |
parent | 11cd030858934f62f5e91b0bff5924f8fa098f90 (diff) |
Ported UICaboodle back to Cydia.
Diffstat (limited to 'UICaboodle/BrowserView.mm')
-rw-r--r-- | UICaboodle/BrowserView.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index 6f6081e..fee3cf0 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -1,5 +1,5 @@ -#include <BrowserView.h> -#include <UCLocalize.h> +#include <UICaboodle/BrowserView.h> +#include <UICaboodle/UCLocalize.h> #import <QuartzCore/CALayer.h> // XXX: fix the minimum requirement |