summaryrefslogtreecommitdiffstats
path: root/include/tools/lineend.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:37:43 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:48 -0600
commitb43343b0e713d70936d32069a21e96334b08dd82 (patch)
treeab15b54ed893295d056397311ca359fe47f575da /include/tools/lineend.hxx
parentfdo#65108 inter-module includes <> include/ucbhelper (diff)
downloadcore-b43343b0e713d70936d32069a21e96334b08dd82.tar.gz
core-b43343b0e713d70936d32069a21e96334b08dd82.zip
fdo#65108 inter-module includes <> include/tools
Change-Id: I5f44f041e465230d10d562e8bd6f141848465e07
Diffstat (limited to 'include/tools/lineend.hxx')
-rw-r--r--include/tools/lineend.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/lineend.hxx b/include/tools/lineend.hxx
index 79896672aa17..2682d5d210cd 100644
--- a/include/tools/lineend.hxx
+++ b/include/tools/lineend.hxx
@@ -12,7 +12,7 @@
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
enum LineEnd { LINEEND_CR, LINEEND_LF, LINEEND_CRLF };