Remove ifdef __cplusplus from nonfree headers

This commit is contained in:
Andrey Kamaev 2013-04-12 12:25:54 +04:00
parent 5e048d1fa5
commit bd59bc3e4a
2 changed files with 10 additions and 16 deletions

View File

@ -45,8 +45,6 @@
#include "opencv2/features2d.hpp"
#ifdef __cplusplus
namespace cv
{
@ -148,8 +146,4 @@ typedef SURF SurfDescriptorExtractor;
} /* namespace cv */
#endif /* __cplusplus */
#endif
/* End of file. */