Move logging.hpp

This commit is contained in:
topjohnwu
2020-06-17 01:17:28 -07:00
parent ec3705f2ed
commit 1e2f776b83
27 changed files with 5 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
#include <cstdio>
#include <cstdlib>
#include <logging.hpp>
#include "logging.hpp"
#include <flags.hpp>
using namespace std;