Update tests for moved include files.
This commit is contained in:
parent
6a2c8ec5e0
commit
646b18ebeb
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#include <gtest/gtest.h>
|
||||
#include <gmock/gmock-matchers.h>
|
||||
//#include <QRegularExpression>
|
||||
#include "PgType.h"
|
||||
#include "PgTypeContainer.h"
|
||||
#include "catalog/PgType.h"
|
||||
#include "catalog/PgTypeContainer.h"
|
||||
//#include "PrintTo_Qt.h"
|
||||
//#include "codebuilder/IndentationConfig.h"
|
||||
#include "codebuilder/TypeMappings.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue