1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

Remove redundant include

This commit is contained in:
elsid 2022-01-27 21:17:47 +01:00
parent 1b3acc85f7
commit a7e76c6f3d
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

View File

@ -1,7 +1,6 @@
#include <components/sqlite3/db.hpp>
#include <components/sqlite3/request.hpp>
#include <components/sqlite3/statement.hpp>
#include <components/sqlite3/transaction.hpp>
#include <gtest/gtest.h>
#include <gmock/gmock.h>