aboutsummaryrefslogtreecommitdiff
path: root/lib/soundex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soundex.c')
-rw-r--r--lib/soundex.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/soundex.c b/lib/soundex.c
index 4bd743d..dadaab3 100644
--- a/lib/soundex.c
+++ b/lib/soundex.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Dico
- Copyright (C) 2007-2008, 2010, 2012, 2016-2018 Sergey Poznyakoff
+ Copyright (C) 2007-2019 Sergey Poznyakoff
GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -14,9 +14,7 @@
You should have received a copy of the GNU General Public License
along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <dico.h>
#include <ctype.h>

Return to:

Send suggestions and report system problems to the System administrator.