formatting

This commit is contained in:
Benjamin Sergeant
2020-03-24 20:37:55 -07:00
parent 37cb2cc266
commit 61e789d6a4
7 changed files with 15 additions and 15 deletions

View File

@ -41,4 +41,4 @@ namespace ix
{
return _ms;
}
}
} // namespace ix

View File

@ -4,9 +4,9 @@
* Copyright (c) 2017-2020 Machine Zone, Inc. All rights reserved.
*/
#include <string>
#include <chrono>
#include <stdint.h>
#include <string>
namespace ix
{
@ -25,4 +25,4 @@ namespace ix
uint64_t _ms;
bool _reported;
};
}
} // namespace ix

View File

@ -5,11 +5,10 @@
*/
#include "IXBench.h"
#include "linenoise.hpp"
#include <ixwebsocket/IXSocket.h>
#include <ixwebsocket/IXSocketTLSOptions.h>
#include <ixwebsocket/IXWebSocket.h>
#include "linenoise.hpp"
#include <spdlog/spdlog.h>
#include <sstream>

View File

@ -5,7 +5,9 @@
*/
#include "IXBench.h"
#include <chrono>
#include <condition_variable>
#include <fstream>
#include <ixcrypto/IXBase64.h>
#include <ixcrypto/IXHash.h>
#include <ixcrypto/IXUuid.h>
@ -13,10 +15,6 @@
#include <ixwebsocket/IXSocketTLSOptions.h>
#include <ixwebsocket/IXWebSocket.h>
#include <msgpack11/msgpack11.hpp>
#include <chrono>
#include <condition_variable>
#include <fstream>
#include <mutex>
#include <spdlog/spdlog.h>
#include <sstream>