summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@libreoffice.org>2021-06-20 17:37:34 +0200
committerArnaud Versini <arnaud.versini@libreoffice.org>2021-06-26 16:44:33 +0200
commit3721f4a00e31eb1c08e492106f752db74d3daf7c (patch)
tree45b0b8c6e89e1fd3b8b6ed697c9a741ceb6ff2f9 /codemaker
parent0f4b14a806b4952da79c7b5b22298e8c8306107c (diff)
codemaker : remove useless includes
Change-Id: Idaac78579d7845a1908bc3c02ff917432ca6a7d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117513 Tested-by: Jenkins Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/cppumaker/cppuoptions.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.cxx b/codemaker/source/cppumaker/cppuoptions.cxx
index 43376278b285..0a2ad962381a 100644
--- a/codemaker/source/cppumaker/cppuoptions.cxx
+++ b/codemaker/source/cppumaker/cppuoptions.cxx
@@ -21,8 +21,6 @@
#include <string.h>
#include "cppuoptions.hxx"
-#include <osl/thread.h>
-#include <osl/process.h>
#ifdef SAL_UNX
#define SEPARATOR '/'