mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-21 01:23:06 +00:00
Fix imports in test
This commit is contained in:
parent
120c7adddb
commit
243b087845
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
#include "gmock/gmock.h"
|
|
||||||
#include <algorithm>
|
|
||||||
#include <gmock/gmock.h>
|
#include <gmock/gmock.h>
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue