Skip to content

Commit 98bc791

Browse files
kostyafipГригорьев Костя
authored andcommitted
minor fix dict.cpp: we do not need this infndef in cpp file
Co-authored-by: Григорьев Костя <[email protected]>
1 parent 9264c63 commit 98bc791

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

blobstamper/dict.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
*
1717
******************************************************************************/
1818

19-
#ifndef BLOB_H
20-
#define BLOB_H
21-
2219
#include"dict.h"
2320

2421

@@ -308,5 +305,3 @@ while (my $s=<$fh>)
308305
"zanier"
309306
};
310307
}
311-
312-
#endif /* DICT_H*/

0 commit comments

Comments
 (0)