config.h must always be the first file included
@@ -28,8 +28,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-#include "config.h"
-
#include <stdlib.h>
#if !defined HAVE_STRLCPY && !defined HAVE_LIBBSD
size_t strlcpy(char *dst, const char *src, size_t siz);
@@ -31,8 +31,6 @@
#ifndef _BDSM_DEBUG_H_
# define _BDSM_DEBUG_H_
-# include "config.h"
# ifdef __ANDROID__
# define LOG_TAG "libdsm"
# include <android/log.h>