loplugin:includeform: cpputools
Change-Id: I72982ad64a546421e8b6dd07f42c088c87d1dfcd
This commit is contained in:
parent
7182283c13
commit
1734b08356
2 changed files with 5 additions and 5 deletions
|
@ -19,10 +19,10 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "osl/thread.h"
|
||||
#include "osl/file.h"
|
||||
#include "rtl/ustring.hxx"
|
||||
#include "rtl/ustrbuf.h"
|
||||
#include <osl/thread.h>
|
||||
#include <osl/file.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <rtl/ustrbuf.h>
|
||||
|
||||
static bool hasOption(char const * szOption, int argc, char** argv);
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "sal/main.h"
|
||||
#include <sal/main.h>
|
||||
#include <osl/diagnose.h>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <osl/conditn.hxx>
|
||||
|
|
Loading…
Reference in a new issue