From 632fdb4b7a2295d0b62d8497b7f5bdede0492ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D1=8C=D0=B5=D0=B2=20?= =?UTF-8?q?=D0=9A=D0=BE=D1=81=D1=82=D1=8F?= Date: Thu, 2 Feb 2023 11:14:33 +0000 Subject: [PATCH] minor fix dict.cpp --- blobstamper/dict.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/blobstamper/dict.cpp b/blobstamper/dict.cpp index 3b9078c..85481e1 100644 --- a/blobstamper/dict.cpp +++ b/blobstamper/dict.cpp @@ -16,9 +16,6 @@ * ******************************************************************************/ -#ifndef BLOB_H -#define BLOB_H - #include"dict.h" @@ -308,5 +305,3 @@ while (my $s=<$fh>) "zanier" }; } - -#endif /* DICT_H*/ \ No newline at end of file