aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-16 12:58:10 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-16 12:58:10 +0100
commitde48e262e29ee81245b20d9644c755a5bcd39b6b (patch)
tree567cf2fff83a35d6b5fc6e384bdd846abb9276fb
parent578ecbbf628a59d6b4c36d6ae96754b4d86417af (diff)
remove config.h include from asn_system.h
-rw-r--r--include/asn1c/asn_system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asn1c/asn_system.h b/include/asn1c/asn_system.h
index fe8a377..3e96b49 100644
--- a/include/asn1c/asn_system.h
+++ b/include/asn1c/asn_system.h
@@ -9,10 +9,6 @@
#ifndef _ASN_SYSTEM_H_
#define _ASN_SYSTEM_H_
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include <stdio.h> /* For snprintf(3) */
#include <stdlib.h> /* For *alloc(3) */
#include <string.h> /* For memcpy(3) */