summaryrefslogtreecommitdiff
path: root/include/shell
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:41:55 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:50 -0600
commitf726c640bbc3cc03d4dc678f058211ddb6a6ed03 (patch)
tree1d259648c36488b6a2c23cfbb089a570c092a407 /include/shell
parent9150e74cac575b883874b431caec1aae70b07e1d (diff)
fdo#65108 inter-module includes <> include/shell
Change-Id: I518c3673b2facc0a79395f4c8363e1f42693e223
Diffstat (limited to 'include/shell')
-rw-r--r--include/shell/kde_headers.h4
-rw-r--r--include/shell/tde_headers.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/shell/kde_headers.h b/include/shell/kde_headers.h
index 8041cf3d9188..74053e4a356d 100644
--- a/include/shell/kde_headers.h
+++ b/include/shell/kde_headers.h
@@ -24,12 +24,12 @@
#if ENABLE_TDE
-#include "shell/tde_headers.h"
+#include <shell/tde_headers.h>
#else // ENABLE_TDE
/* ********* Suppress warnings if needed */
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
diff --git a/include/shell/tde_headers.h b/include/shell/tde_headers.h
index dc9da8fc3210..c4f2ac32ee79 100644
--- a/include/shell/tde_headers.h
+++ b/include/shell/tde_headers.h
@@ -14,7 +14,7 @@
#define INCLUDED_SHELL_TDE_HEADERS_H
/* ********* Suppress warnings if needed */
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
@@ -77,7 +77,7 @@
#include <tdeabc/field.h>
#include <tdeabc/stdaddressbook.h>
-#include "tde_defines.h"
+#include <tde_defines.h>
#endif