C++ port: Make sure #indef/#define/#endif's and copyright information on all header...
[zxing.git] / cpp / core / src / zxing / common / GreyscaleLuminanceSource.h
index cfc6285..944b289 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef __GREYSCALE_LUMINANCE_SOURCE__
+#define __GREYSCALE_LUMINANCE_SOURCE__
 /*
  *  GreyscaleLuminanceSource.h
  *  zxing
@@ -17,9 +19,6 @@
  * limitations under the License.
  */
 
-#ifndef __GREYSCALE_LUMINANCE_SOURCE__
-#define __GREYSCALE_LUMINANCE_SOURCE__
-
 #include <zxing/LuminanceSource.h>
 
 namespace zxing {