use quotes for including cppformat headers from the tests

This commit is contained in:
Mario Werner
2016-02-02 16:58:41 +01:00
parent be961bae0f
commit d411aa165e
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
// Test that the library compiles if None is defined to 0 as done by xlib.h.
#define None 0
#include <cppformat/format.h>
#include "cppformat/format.h"
#include "util.h"
#include "mock-allocator.h"
#include "gtest-extra.h"