diff options
author | Savio Sena <savio.sena@acm.org> | 2014-08-24 12:18:20 -0300 |
---|---|---|
committer | Savio Sena <savio.sena@acm.org> | 2014-08-24 12:18:20 -0300 |
commit | bab92da5cf3b055aa7c7954d5c7919b327590f8c (patch) | |
tree | f61f598ce5d6b217fd41e8fc3f880a06f0a98945 | |
parent | 6b928ebec479254f86dc3fc50cedd8a3b6fefbe7 (diff) |
Removed include-once guards from test file.
-rw-r--r-- | src/bin/cxx/image_blend_border_cxx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/cxx/image_blend_border_cxx.c b/src/bin/cxx/image_blend_border_cxx.c index 48bed1d..1e3258a 100644 --- a/src/bin/cxx/image_blend_border_cxx.c +++ b/src/bin/cxx/image_blend_border_cxx.c | |||
@@ -1,5 +1,3 @@ | |||
1 | #ifndef IMAGE_BLEND_BORDER_CXX_HH | ||
2 | #define IMAGE_BLEND_BORDER_CXX_HH | ||
3 | 1 | ||
4 | #ifdef __cplusplus | 2 | #ifdef __cplusplus |
5 | extern "C" { | 3 | extern "C" { |
@@ -32,4 +30,3 @@ void FNAME(void); | |||
32 | } | 30 | } |
33 | #endif | 31 | #endif |
34 | 32 | ||
35 | #endif // IMAGE_BLEND_BORDER_CXX_HH | ||