Riyyi
4 years ago
30 changed files with 47 additions and 48 deletions
@ -1,8 +1,8 @@
|
||||
#include <iostream> // std::ios |
||||
#include <memory> // std::make_unique |
||||
|
||||
#include "inferno/assertions.h" |
||||
#include "inferno/file.h" |
||||
#include "inferno/assert.h" |
||||
#include "inferno/io/file.h" |
||||
|
||||
namespace Inferno { |
||||
|
@ -1,5 +1,5 @@
|
||||
#include "inferno/assertions.h" |
||||
#include "inferno/log.h" |
||||
#include "inferno/assert.h" |
||||
#include "inferno/io/log.h" |
||||
|
||||
#include <cstring> // strlen |
||||
#include <string> // std::string |
Loading…
Reference in new issue