summaryrefslogtreecommitdiffstats
path: root/sal/osl/os2/process_impl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/process_impl.cxx')
-rw-r--r--sal/osl/os2/process_impl.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sal/osl/os2/process_impl.cxx b/sal/osl/os2/process_impl.cxx
index be6bb1898e65..6553046fb3af 100644
--- a/sal/osl/os2/process_impl.cxx
+++ b/sal/osl/os2/process_impl.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -57,13 +58,9 @@
#include "osl/thread.h"
#include "rtl/ustring.hxx"
-#ifndef _OSL_FILE_PATH_HELPER_H_
#include "file_path_helper.h"
-#endif
-#ifndef _OSL_UUNXAPI_H_
#include "uunxapi.h"
-#endif
/***************************************
osl_bootstrap_getExecutableFile_Impl().
@@ -461,3 +458,4 @@ oslProcessError SAL_CALL osl_setProcessLocale( rtl_Locale * pLocale )
return (result);
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */