diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/all/utility.cxx | 2 | ||||
-rw-r--r-- | sal/test/test_salmain.cxx | 2 | ||||
-rw-r--r-- | sal/test/test_salmainwithargs.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/samplelib1.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/samplelib2.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/unloadTest.cxx | 2 | ||||
-rw-r--r-- | sal/workben/testpipe.cxx | 2 | ||||
-rw-r--r-- | sal/workben/testproc.cxx | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx index 20e3ce01cb4c..d4c52a2ca5e6 100644 --- a/sal/osl/all/utility.cxx +++ b/sal/osl/all/utility.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "rtl/ustring.hxx" #include "osl/time.h" #include <stdio.h> diff --git a/sal/test/test_salmain.cxx b/sal/test/test_salmain.cxx index e262f854ffd2..8b301a7d0901 100644 --- a/sal/test/test_salmain.cxx +++ b/sal/test/test_salmain.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "sal/main.h" #include <stdio.h> diff --git a/sal/test/test_salmainwithargs.cxx b/sal/test/test_salmainwithargs.cxx index 47dd66e3318c..2613ab9f1a93 100644 --- a/sal/test/test_salmainwithargs.cxx +++ b/sal/test/test_salmainwithargs.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "sal/main.h" #include <stdio.h> diff --git a/sal/test/unloading/samplelib1.cxx b/sal/test/unloading/samplelib1.cxx index 19ec2e28c6e1..9cb2653cceec 100644 --- a/sal/test/unloading/samplelib1.cxx +++ b/sal/test/unloading/samplelib1.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <sal/types.h> #include <osl/time.h> #include <rtl/ustring.hxx> diff --git a/sal/test/unloading/samplelib2.cxx b/sal/test/unloading/samplelib2.cxx index 2e7be25aebe0..19d3fc4b821d 100644 --- a/sal/test/unloading/samplelib2.cxx +++ b/sal/test/unloading/samplelib2.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <sal/types.h> #include <osl/time.h> #include <rtl/ustring.hxx> diff --git a/sal/test/unloading/unloadTest.cxx b/sal/test/unloading/unloadTest.cxx index 36d2691c8440..7e709b811832 100644 --- a/sal/test/unloading/unloadTest.cxx +++ b/sal/test/unloading/unloadTest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include<osl/module.hxx> #include <osl/time.h> #include <rtl/ustring.hxx> diff --git a/sal/workben/testpipe.cxx b/sal/workben/testpipe.cxx index 4b3f1a6a199a..9a33243a8369 100644 --- a/sal/workben/testpipe.cxx +++ b/sal/workben/testpipe.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sal/workben/testproc.cxx b/sal/workben/testproc.cxx index 22864936c739..3ef8b763d897 100644 --- a/sal/workben/testproc.cxx +++ b/sal/workben/testproc.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <osl/process.h> #include <stdio.h> |