mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Remove a #include <base/system.h>
The variable isn't actually a path, just the test name formatted as file name, so the 64 isn't actually too strict.
This commit is contained in:
parent
89e3d694b9
commit
9b4b0cd4eb
|
@ -1,8 +1,6 @@
|
|||
#ifndef TEST_TEST_H
|
||||
#define TEST_TEST_H
|
||||
|
||||
#include <base/system.h>
|
||||
|
||||
class IStorage;
|
||||
|
||||
class CTestInfo
|
||||
|
@ -11,6 +9,6 @@ public:
|
|||
CTestInfo();
|
||||
IStorage *CreateTestStorage();
|
||||
void DeleteTestStorageFilesOnSuccess();
|
||||
char m_aFilename[IO_MAX_PATH_LENGTH];
|
||||
char m_aFilename[64];
|
||||
};
|
||||
#endif // TEST_TEST_H
|
||||
|
|
Loading…
Reference in a new issue