mirror of
https://github.com/nlohmann/json.git
synced 2026-08-07 17:53:18 +00:00
🔨 some clean up
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef NLOHMANN_JSON_DETAIL_SERIALIZER_HPP
|
||||
#define NLOHMANN_JSON_DETAIL_SERIALIZER_HPP
|
||||
#pragma once
|
||||
|
||||
#include <algorithm> // reverse, remove, fill, find, none_of
|
||||
#include <array> // array
|
||||
@@ -793,5 +792,3 @@ class serializer
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user