X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=cpp%2Fcore%2Fsrc%2Fzxing%2Fcommon%2FEdgeDetector.h;h=243154ca41adf4819a2e0fb87b7ec6d52e684d4d;hp=3698c1c8bf9a7b4af9a11fe32af9d5cec4853592;hb=a6543856baf892b2d7162a99511fae5eaa1cacfa;hpb=4c7d60a47387c3b95ce82e35a6c61ba3243f64f5 diff --git a/cpp/core/src/zxing/common/EdgeDetector.h b/cpp/core/src/zxing/common/EdgeDetector.h index 3698c1c8..243154ca 100644 --- a/cpp/core/src/zxing/common/EdgeDetector.h +++ b/cpp/core/src/zxing/common/EdgeDetector.h @@ -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 #include