update the includes in the tests to get rid of the deprecated warnings

This commit is contained in:
Mario Werner
2016-01-30 22:33:37 +01:00
parent 62ac1d98a4
commit fee52f79b8
9 changed files with 10 additions and 10 deletions

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 "format.h"
#include <cppformat/format.h>
#include "util.h"
#include "mock-allocator.h"
#include "gtest-extra.h"