summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp4.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp4.c')
-rw-r--r--rsc/source/rscpp/cpp4.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/rsc/source/rscpp/cpp4.c b/rsc/source/rscpp/cpp4.c
index ddeedf7c346b..f82faacc9b56 100644
--- a/rsc/source/rscpp/cpp4.c
+++ b/rsc/source/rscpp/cpp4.c
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <sal/types.h>
-#include <stdio.h>
-#include <ctype.h>
-#include "cppdef.h"
-#include "cpp.h"
+#include <sal/types.h>
+#include <stdio.h>
+#include <ctype.h>
+#include "cppdef.h"
+#include "cpp.h"
/*
* parm[], parmp, and parlist[] are used to store #define() argument
* lists. nargs contains the actual number of parameters stored.