diff options
Diffstat (limited to 'WebCore/storage/SQLResultSet.cpp')
-rw-r--r-- | WebCore/storage/SQLResultSet.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/storage/SQLResultSet.cpp b/WebCore/storage/SQLResultSet.cpp index 19c66c7..7482628 100644 --- a/WebCore/storage/SQLResultSet.cpp +++ b/WebCore/storage/SQLResultSet.cpp @@ -31,9 +31,6 @@ #if ENABLE(DATABASE) -#include "ExceptionCode.h" -#include "SQLValue.h" - namespace WebCore { static unsigned const MaxErrorCode = 2; |