rename .h to .hpp

This commit is contained in:
fancy
2020-05-16 10:49:47 +08:00
parent 1c16f57193
commit fbcc499ba8
9 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
#include <nlohmann/json.hpp>
#include "socket_client.h"
#include "socket_client.hpp"
using json = nlohmann::json;
using namespace CGPROXY;