remove config.h include from asn_system.h

This commit is contained in:
Neels Hofmeyr 2016-02-16 12:58:10 +01:00
parent 578ecbbf62
commit de48e262e2
1 changed files with 0 additions and 4 deletions

View File

@ -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) */