summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/RelationControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/control/RelationControl.cxx')
-rw-r--r--dbaccess/source/ui/control/RelationControl.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/dbaccess/source/ui/control/RelationControl.cxx b/dbaccess/source/ui/control/RelationControl.cxx
index 7ecf1b00dbfe..45e199234dc8 100644
--- a/dbaccess/source/ui/control/RelationControl.cxx
+++ b/dbaccess/source/ui/control/RelationControl.cxx
@@ -17,22 +17,22 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "RelationControl.hxx"
+#include <RelationControl.hxx>
#include <svtools/editbrowsebox.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <tools/diagnose_ex.h>
#include <vcl/builderfactory.hxx>
-#include "TableConnectionData.hxx"
-#include "TableConnection.hxx"
-#include "TableWindow.hxx"
+#include <TableConnectionData.hxx>
+#include <TableConnection.hxx>
+#include <TableWindow.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
-#include "UITools.hxx"
+#include <UITools.hxx>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
-#include "RelControliFace.hxx"
-#include "strings.hrc"
-#include "helpids.h"
+#include <RelControliFace.hxx>
+#include <strings.hrc>
+#include <helpids.h>
#include <osl/diagnose.h>
#include <vector>