Skip to content

Commit a8c4be6

Browse files
committed
Use minimal set of headers in the header file
1 parent d74f723 commit a8c4be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CppSQLite3.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include "CppSQLite3.h"
99
#include <cstdlib>
10+
#include <cstring>
1011
#include <utility>
1112

1213
// Named constant for passing to CppSQLite3Exception when passing it a string

src/CppSQLite3.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
#ifndef CppSQLite3_H
99
#define CppSQLite3_H
1010

11-
#include <cstdio>
12-
#include <cstring>
11+
#include <cstddef>
1312
#include <exception>
1413
#include <sqlite3.h>
1514

0 commit comments

Comments
 (0)