diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-03-09 12:43:33 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-03-12 11:36:55 +0100 |
commit | 12b6382ee9cd8f60ca0f1070940058b80cfcf706 (patch) | |
tree | 2718311ec7729859c44e2d87814ed83a0cccbdac /l10ntools/inc | |
parent | 7062b4e0dfcf09a00dea19e62d0aa6c07c2ec34a (diff) |
l10ntools: these are not public headers
Change-Id: Ia9630c1ff60a00cd8286e99f61aacd27891f65e0
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/directory.hxx (renamed from l10ntools/inc/l10ntools/directory.hxx) | 2 | ||||
-rw-r--r-- | l10ntools/inc/export.hxx | 2 | ||||
-rw-r--r-- | l10ntools/inc/file.hxx (renamed from l10ntools/inc/l10ntools/file.hxx) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/l10ntools/directory.hxx b/l10ntools/inc/directory.hxx index ad192ec7dc55..2e6da89322bd 100644 --- a/l10ntools/inc/l10ntools/directory.hxx +++ b/l10ntools/inc/directory.hxx @@ -32,7 +32,7 @@ #ifndef L10NTOOLS_FILE_HXX #define L10NTOOLS_FILE_HXX -#include <l10ntools/file.hxx> +#include "file.hxx" #endif namespace transex{ diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 3e012784c3b1..409e6169b904 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -27,7 +27,7 @@ #ifndef L10NTOOLS_DIRECTORY_HXX #define L10NTOOLS_DIRECTORY_HXX -#include <l10ntools/directory.hxx> +#include "directory.hxx" #endif #include <osl/file.hxx> diff --git a/l10ntools/inc/l10ntools/file.hxx b/l10ntools/inc/file.hxx index 8c900ddd333f..8c900ddd333f 100644 --- a/l10ntools/inc/l10ntools/file.hxx +++ b/l10ntools/inc/file.hxx |