diff options
Diffstat (limited to 'sal/rtl/unload.cxx')
-rw-r--r-- | sal/rtl/unload.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/rtl/unload.cxx b/sal/rtl/unload.cxx index 0b5bc2e79d27..975e575db5e9 100644 --- a/sal/rtl/unload.cxx +++ b/sal/rtl/unload.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "osl/time.h" -#include "rtl/unload.h" +#include <osl/time.h> +#include <rtl/unload.h> extern "C" void rtl_moduleCount_acquire(rtl_ModuleCount *) {} |