C++ port: Make sure #indef/#define/#endif's and copyright information on all header...
[zxing.git] / cpp / core / src / zxing / common / EdgeDetector.h
index 3698c1c..243154c 100644 (file)
@@ -1,9 +1,10 @@
+#ifndef __EDGEDETECTOR_H__
+#define __EDGEDETECTOR_H__
 /*
  *  EdgeDetector.h
  *  zxing
  *
- *  Created by Ralf Kistner on 7/12/2009.
- *  Copyright 2008 ZXing authors All rights reserved.
+ *  Copyright 2010 ZXing authors All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,8 +19,7 @@
  * limitations under the License.
  */
 
-#ifndef EDGEDETECTOR_H_
-#define EDGEDETECTOR_H_
+
 
 #include <vector>
 #include <zxing/common/BitMatrix.h>