diff bitreader.h @ 23:ac07d427fbc6 src

Use consistent multiple inclusion guards everywhere: Combine them from a LIBDVDREAD_ prefix and the filename.
author diego
date Sun, 14 Sep 2008 20:37:38 +0000
parents 447c5319a522
children
line wrap: on
line diff
--- a/bitreader.h	Sun Sep 14 16:00:48 2008 +0000
+++ b/bitreader.h	Sun Sep 14 20:37:38 2008 +0000
@@ -1,6 +1,3 @@
-#ifndef BITREADER_H_INCLUDED
-#define BITREADER_H_INCLUDED
-
 /*
  * Copyright (C) 2000, 2001, 2002 HÃ¥kan Hjort <d95hjort@dtek.chalmers.se>.
  *
@@ -21,6 +18,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#ifndef LIBDVDREAD_BITREADER_H
+#define LIBDVDREAD_BITREADER_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -39,4 +38,4 @@
 #ifdef __cplusplus
 };
 #endif
-#endif /* BITREADER_H_INCLUDED */
+#endif /* LIBDVDREAD_BITREADER_H */