diff options
-rw-r--r-- | hashmap.c | 4 | ||||
-rw-r--r-- | log.c | 4 | ||||
-rw-r--r-- | set.c | 4 |
3 files changed, 0 insertions, 12 deletions
@@ -19,10 +19,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <assert.h> #include <stdlib.h> #include <string.h> @@ -19,10 +19,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <stdarg.h> #include <stdio.h> #include <errno.h> @@ -19,10 +19,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <stdlib.h> #include "set.h" |