Kaydet (Commit) 1734b083 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: cpputools

Change-Id: I72982ad64a546421e8b6dd07f42c088c87d1dfcd
üst 7182283c
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "osl/thread.h" #include <osl/thread.h>
#include "osl/file.h" #include <osl/file.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "rtl/ustrbuf.h" #include <rtl/ustrbuf.h>
static bool hasOption(char const * szOption, int argc, char** argv); static bool hasOption(char const * szOption, int argc, char** argv);
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <stdio.h> #include <stdio.h>
#include "sal/main.h" #include <sal/main.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <osl/conditn.hxx> #include <osl/conditn.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment