Remove erl_interface include, it's not required and causes problems on 23

This commit is contained in:
Paweł Chmielowski
2020-05-22 09:30:18 +02:00
parent cedc45a668
commit c31585341e

View File

@@ -7,7 +7,6 @@
#define ERLANG_SQLITE3_LOAD_EXTENSION // comment out if SQLite is built with SQLITE_OMIT_LOAD_EXTENSION #define ERLANG_SQLITE3_LOAD_EXTENSION // comment out if SQLite is built with SQLITE_OMIT_LOAD_EXTENSION
#include <erl_driver.h> #include <erl_driver.h>
#include <erl_interface.h>
#include <ei.h> #include <ei.h>
#include <sqlite3.h> #include <sqlite3.h>
#include <stdio.h> #include <stdio.h>