Skip to content

Commit

Permalink
Remove unneeded odbc header files
Browse files Browse the repository at this point in the history
Builds fine with UnixODBC

Signed-off-by: Chris Clark <[email protected]>
  • Loading branch information
clach04 committed Jun 5, 2020
1 parent 75e0648 commit 8dbdf0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/odbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
#include "dynodbc.h"
#else
#include <sql.h>
#include <sqltypes.h>
#include <sqlext.h>
#include <sqlucode.h>
#endif

using namespace v8;
Expand Down

0 comments on commit 8dbdf0d

Please sign in to comment.