summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 11:50:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-18 11:58:21 +0200
commit70fc3a299c2adb2711e13fe07ac73b827a54bbed (patch)
tree485bb4645ace0499ab078932ac178e97e1f6e2e0 /sal
parent3c56e0b8f062e378c0ef87dd41252c2271c1f8ae (diff)
remove some external header guards
Change-Id: I5a51dc496835f0998a3422f2a1f0f2ff8bb3c13f
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/generate/big5hkscs2001.pl2
-rw-r--r--sal/textenc/generate/big5hkscs2001.tab2
-rw-r--r--sal/textenc/generate/cns116431992.pl2
-rw-r--r--sal/textenc/generate/cns116431992.tab2
-rw-r--r--sal/textenc/generate/gb180302000.pl4
5 files changed, 0 insertions, 12 deletions
diff --git a/sal/textenc/generate/big5hkscs2001.pl b/sal/textenc/generate/big5hkscs2001.pl
index 1ba83a692dba..8e7b700ca834 100644
--- a/sal/textenc/generate/big5hkscs2001.pl
+++ b/sal/textenc/generate/big5hkscs2001.pl
@@ -452,9 +452,7 @@ open OUT, ("> " . $filename) or die "Cannot write " . $filename;
}
print OUT "\n",
- "#ifndef _SAL_TYPES_H_\n",
"#include \"sal/types.h\"\n",
- "#endif\n",
"\n";
print OUT "static sal_uInt16 const aImpl", $id, "ToUnicodeData[] = {\n";
diff --git a/sal/textenc/generate/big5hkscs2001.tab b/sal/textenc/generate/big5hkscs2001.tab
index b5d81a421a70..8eeff4d36b47 100644
--- a/sal/textenc/generate/big5hkscs2001.tab
+++ b/sal/textenc/generate/big5hkscs2001.tab
@@ -16,9 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SAL_TYPES_H_
#include "sal/types.h"
-#endif
static sal_uInt16 const aImplBig5Hkscs2001ToUnicodeData[] = {
/* row 0: --- */
diff --git a/sal/textenc/generate/cns116431992.pl b/sal/textenc/generate/cns116431992.pl
index af1b65deb9e8..833358136678 100644
--- a/sal/textenc/generate/cns116431992.pl
+++ b/sal/textenc/generate/cns116431992.pl
@@ -433,9 +433,7 @@ open OUT, ("> " . $filename) or die "Cannot write " . $filename;
}
print OUT "\n",
- "#ifndef _SAL_TYPES_H_\n",
"#include \"sal/types.h\"\n",
- "#endif\n",
"\n";
print OUT "static sal_uInt16 const aImpl", $id, "ToUnicodeData[] = {\n";
diff --git a/sal/textenc/generate/cns116431992.tab b/sal/textenc/generate/cns116431992.tab
index 8f8a7cd5e39b..33d6c2669fbc 100644
--- a/sal/textenc/generate/cns116431992.tab
+++ b/sal/textenc/generate/cns116431992.tab
@@ -16,9 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SAL_TYPES_H_
#include "sal/types.h"
-#endif
static sal_uInt16 const aImplCns116431992ToUnicodeData[] = {
/* plane 1, row 1 */
diff --git a/sal/textenc/generate/gb180302000.pl b/sal/textenc/generate/gb180302000.pl
index 410e7b6067f2..cc19187afa31 100644
--- a/sal/textenc/generate/gb180302000.pl
+++ b/sal/textenc/generate/gb180302000.pl
@@ -224,13 +224,9 @@ open OUT, ("> " . $filename) or die "Cannot write " . $filename;
}
print OUT "\n",
- "#ifndef INCLUDED_RTL_TEXTENC_CONVERTGB18030_H\n",
"#include \"convertgb18030.h\"\n",
- "#endif\n",
"\n",
- "#ifndef _SAL_TYPES_H_\n",
"#include \"sal/types.h\"\n",
- "#endif\n",
"\n";
print OUT "static sal_Unicode const aImpl", $id, "ToUnicodeData[] = {\n ";