chiark / gitweb /
build: drop manual config.h inclusion, since we do this via gcc's -include switch...
[elogind.git] / hashmap.c
index 34307f628dd1ac84b41f7f282d28f4a72ed81070..28256bd353b9a0e29a846257ecbea926964a8704 100644 (file)
--- a/hashmap.c
+++ b/hashmap.c
   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>