| Index: Source/modules/indexeddb/IDBIndex.cpp
|
| diff --git a/Source/modules/indexeddb/IDBIndex.cpp b/Source/modules/indexeddb/IDBIndex.cpp
|
| index b0a133b9ce5684d665144809dbf88ba13b78f732..d724878d0f6964a17c154625ab21ebcbd6875c0e 100644
|
| --- a/Source/modules/indexeddb/IDBIndex.cpp
|
| +++ b/Source/modules/indexeddb/IDBIndex.cpp
|
| @@ -30,9 +30,6 @@
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "modules/indexeddb/IDBKey.h"
|
| -#include "modules/indexeddb/IDBKeyRange.h"
|
| -#include "modules/indexeddb/IDBObjectStore.h"
|
| -#include "modules/indexeddb/IDBRequest.h"
|
| #include "modules/indexeddb/IDBTracing.h"
|
| #include "modules/indexeddb/IDBTransaction.h"
|
|
|
|
|