summaryrefslogtreecommitdiffstats
path: root/include/connectivity/sqliterator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sqliterator.hxx')
-rw-r--r--include/connectivity/sqliterator.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx
index f62d6790a63f..f77df204d52c 100644
--- a/include/connectivity/sqliterator.hxx
+++ b/include/connectivity/sqliterator.hxx
@@ -20,21 +20,19 @@
#define INCLUDED_CONNECTIVITY_SQLITERATOR_HXX
#include <connectivity/dbtoolsdllapi.hxx>
-#include <connectivity/sqlnode.hxx>
#include <connectivity/IParseContext.hxx>
-#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
-#include <com/sun/star/sdbc/SQLWarning.hpp>
-#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/sdbc/SQLException.hpp>
#include <connectivity/CommonTools.hxx>
#include <rtl/ref.hxx>
-#include <cppuhelper/weak.hxx>
-#include <map>
#include <memory>
#include <vector>
#include <o3tl/typed_flags_set.hxx>
+namespace com::sun::star::sdbc { class XConnection; }
+namespace com::sun::star::beans { class XPropertySet; }
+
namespace connectivity
{
enum class TraversalParts