summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/htags.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:47:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:13 +0200
commit8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch)
tree7c26a4701873df3bab364fb7e9a386aef6a12c99 /hwpfilter/source/htags.h
parentfixincludeguards.sh: sw (diff)
downloadcore-8bb2ce61c03886d8b323288dc92d74fc1e45da4e.tar.gz
core-8bb2ce61c03886d8b323288dc92d74fc1e45da4e.zip
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'hwpfilter/source/htags.h')
-rw-r--r--hwpfilter/source/htags.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/htags.h b/hwpfilter/source/htags.h
index 3b7006bec586..681832643e1e 100644
--- a/hwpfilter/source/htags.h
+++ b/hwpfilter/source/htags.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _HTAGS_H_
-#define _HTAGS_H_
+#ifndef INCLUDED_HWPFILTER_SOURCE_HTAGS_H
+#define INCLUDED_HWPFILTER_SOURCE_HTAGS_H
class HWPFile;
/**
@@ -65,6 +65,6 @@ struct OlePicture
bool Read(HWPFile& hwpf);
};
-#endif /* _HTAGS_H_ */
+#endif // INCLUDED_HWPFILTER_SOURCE_HTAGS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */