diff --git a/libnfc/conf.h b/libnfc/conf.h
index 7ba1c72..ce7b8e2 100644
--- a/libnfc/conf.h
+++ b/libnfc/conf.h
@@ -14,7 +14,12 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
*/
-#include "nfc-internal.h"
+#ifndef __NFC_CONF_H__
+#define __NFC_CONF_H__
+
+#include
void conf_load(nfc_context *context);
+#endif // __NFC_CONF_H__
+