Update headers to use #pragma once

This commit is contained in:
Alexander Kremer
2022-11-23 17:46:31 +00:00
committed by Michael Legleux
parent 7bb567761c
commit bf217345ae
33 changed files with 35 additions and 143 deletions

View File

@@ -1,5 +1,4 @@
#ifndef RIPPLE_UTIL_TAGDECORATOR_H
#define RIPPLE_UTIL_TAGDECORATOR_H
#pragma once
#include <boost/algorithm/string/predicate.hpp>
#include <boost/json.hpp>
@@ -259,5 +258,3 @@ public:
};
} // namespace util
#endif // RIPPLE_UTIL_TAGDECORATOR_H