diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:18:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:31 +0200 |
commit | 1130a359cb89028b42f366f46bdf034ad13ae540 (patch) | |
tree | 6acbd8d220fee0dab8d6911c1968ee9964534beb /include/basebmp | |
parent | 29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff) |
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/basebmp')
-rw-r--r-- | include/basebmp/paletteformats.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basebmp/paletteformats.hxx b/include/basebmp/paletteformats.hxx index 5c2c58d49b94..fce122a24f5e 100644 --- a/include/basebmp/paletteformats.hxx +++ b/include/basebmp/paletteformats.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASEBMP_PACKEDPIXELFORMATS_HXX -#define INCLUDED_BASEBMP_PACKEDPIXELFORMATS_HXX +#ifndef INCLUDED_BASEBMP_PALETTEFORMATS_HXX +#define INCLUDED_BASEBMP_PALETTEFORMATS_HXX #include <basebmp/color.hxx> #include <basebmp/colortraits.hxx> @@ -134,6 +134,6 @@ typedef PixelFormatTraitsTemplate_Palette< } // namespace basebmp -#endif /* INCLUDED_BASEBMP_PACKEDPIXELFORMATS_HXX */ +#endif // INCLUDED_BASEBMP_PALETTEFORMATS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |