diff options
Diffstat (limited to 'registry/source/regimpl.cxx')
-rw-r--r-- | registry/source/regimpl.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index 44c00d7fad54..6bb013e36ca9 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -28,14 +28,14 @@ #include <unistd.h> #endif -#include <reflread.hxx> +#include "reflread.hxx" -#include <reflwrit.hxx> +#include "reflwrit.hxx" -#include "registry/reader.hxx" -#include "registry/refltype.hxx" -#include "registry/types.hxx" -#include "registry/version.h" +#include <registry/reader.hxx> +#include <registry/refltype.hxx> +#include <registry/types.hxx> +#include <registry/version.h> #include "reflcnst.hxx" #include "keyimpl.hxx" |