summaryrefslogtreecommitdiff
path: root/vcl/source/salmain
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commitca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch)
treee9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/source/salmain
parente279245767050c8ca9743b33ab395cb67dd9a63c (diff)
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/source/salmain')
-rw-r--r--vcl/source/salmain/salmain.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/salmain/salmain.cxx b/vcl/source/salmain/salmain.cxx
index da2b37e7321f..36bd633fb95a 100644
--- a/vcl/source/salmain/salmain.cxx
+++ b/vcl/source/salmain/salmain.cxx
@@ -17,19 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstdlib>
-#include "sal/main.h"
-#include "tools/extendapplicationenvironment.hxx"
+#include <sal/main.h>
+#include <tools/extendapplicationenvironment.hxx>
#include <vcl/vclmain.hxx>
#include <vcl/svmain.hxx>
-#include "salinst.hxx"
+#include <salinst.hxx>
#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID && !defined LIBO_HEADLESS
-#include "opengl/x11/glxtest.hxx"
+#include <opengl/x11/glxtest.hxx>
#endif
SAL_IMPLEMENT_MAIN() {