rename files to snake_case

This commit is contained in:
badaix 2019-10-13 18:43:32 +02:00
parent b4a1ddcd5c
commit 0b21a5daee
29 changed files with 44 additions and 44 deletions

View file

@ -29,8 +29,8 @@
#endif
#include "common/aixlog.hpp"
#include "common/snap_exception.hpp"
#include "message/hello.h"
#include "message/time.h"
#include "message/hello.hpp"
#include "message/time.hpp"
#include "time_provider.hpp"
using namespace std;