diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-09 10:53:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-10 16:36:48 +0300 |
commit | c4e89590c6e043c80576e26b61ef444f864359d9 (patch) | |
tree | 3d665b4c23c6d1f8fd25e789f1e167e811c1b1b4 /vcl/ios | |
parent | 5a833144b516f75e8f2ea1297dd0327c84010cc6 (diff) |
gendata.hxx has moved
Change-Id: I55223078e189416c4181141a7a904e93d5c6a01e
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/iosinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx index 6ca639eaba48..fa821a2233af 100644 --- a/vcl/ios/iosinst.cxx +++ b/vcl/ios/iosinst.cxx @@ -23,7 +23,7 @@ #include "ios/iosinst.hxx" #include "headless/svpdummies.hxx" -#include "generic/gendata.hxx" +#include "unx/gendata.hxx" #include "quartz/utils.h" #include <vcl/layout.hxx> #include <vcl/settings.hxx> |