Remove includes for json where they are no longer needed

This commit is contained in:
Ylva Selling
2024-02-26 09:58:35 +01:00
parent 4a8e964f89
commit 2e078e4e32
7 changed files with 0 additions and 13 deletions

View File

@@ -25,7 +25,6 @@
#ifndef __OPENSPACE_CORE___PROPERTYOWNER___H__
#define __OPENSPACE_CORE___PROPERTYOWNER___H__
#include <openspace/json.h>
#include <map>
#include <string>
#include <vector>
@@ -295,11 +294,6 @@ public:
*/
void removeTag(const std::string& tag);
/**
* Generate JSON for documentation.
*/
nlohmann::json generateJson() const;
protected:
/// The unique identifier of this PropertyOwner
std::string _identifier;