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 "common.h"
#include "socket_server.h"
#include "common.hpp"
#include "socket_server.hpp"
#include <fstream>
#include <iostream>
#include <libconfig.h++>
@@ -9,8 +9,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include "config.h"
#include "cgroup_attach.h"
#include "config.hpp"
#include "cgroup_attach.hpp"
using namespace std;
using json = nlohmann::json;