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,4 +1,4 @@
#include "cgroup_attach.h"
#include "cgroup_attach.hpp"
using namespace std;
void print_usage() { fprintf(stdout, "usage: cgattach <pid> <cgroup>\n"); }