🔨 some clean up

This commit is contained in:
Niels Lohmann
2018-01-10 10:18:31 +01:00
parent ce53537ba2
commit 85173f5627
21 changed files with 58 additions and 178 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef NLOHMANN_JSON_DETAIL_JSON_REF_HPP
#define NLOHMANN_JSON_DETAIL_JSON_REF_HPP
#pragma once
#include <initializer_list>
#include <utility>
@@ -62,5 +61,3 @@ class json_ref
};
}
}
#endif