summaryrefslogtreecommitdiff
path: root/comphelper/qa/unit
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-10 18:10:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 01:55:37 +0200
commit6d2de44a543e9503fcf67beb77592de8847ef648 (patch)
treeeea321393a0b2e58185e8cdcbd2eafad22d54dc0 /comphelper/qa/unit
parent878398bac2ba1b388ac2237d1f445ba7702956d0 (diff)
fix-includes.pl: comphelper
Change-Id: I0b4cd8320881b2b1f7984c86e58915217bcd0d5f
Diffstat (limited to 'comphelper/qa/unit')
-rw-r--r--comphelper/qa/unit/syntaxhighlighttest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/unit/syntaxhighlighttest.cxx b/comphelper/qa/unit/syntaxhighlighttest.cxx
index 61449f90dd54..5297bf12ffd7 100644
--- a/comphelper/qa/unit/syntaxhighlighttest.cxx
+++ b/comphelper/qa/unit/syntaxhighlighttest.cxx
@@ -12,7 +12,7 @@
#include "cppunit/TestFixture.h"
#include "cppunit/extensions/HelperMacros.h"
#include "cppunit/plugin/TestPlugIn.h"
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
#include <cassert>
#include <vector>