Update tests for moved include files.

This commit is contained in:
eelke 2018-12-23 08:42:32 +01:00
parent 6a2c8ec5e0
commit 646b18ebeb
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
#include <gmock/gmock-matchers.h>
#include "PrintTo_Qt.h"
#include <QRegularExpression>
#include "PgType.h"
#include "PgTypeContainer.h"
#include "catalog/PgType.h"
#include "catalog/PgTypeContainer.h"
#include "codebuilder/IndentationConfig.h"
#include "codebuilder/TypeMappings.h"
#include "Pgsql_oids.h"