Skip to content

Commit

Permalink
Fix dangling headers
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Apr 28, 2022
1 parent 50f8dbd commit 7348ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
6 changes: 3 additions & 3 deletions cli/include/gz/utils/cli/GzFormatter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
*/

#ifndef GZ_UTILS_CLI_IGNITION_FORMATTER_HPP_
#define GZ_UTILS_CLI_IGNITION_FORMATTER_HPP_
#ifndef GZ_UTILS_CLI_GZ_FORMATTER_HPP_
#define GZ_UTILS_CLI_GZ_FORMATTER_HPP_

#include <algorithm>
#include <string>
Expand Down Expand Up @@ -167,4 +167,4 @@ private: std::unordered_multimap<std::string, std::string> needs;
private: std::unordered_multimap<std::string, std::string> needed_by;
};

#endif // GZ_UTILS_CLI_IGNITION_FORMATTER_HPP_
#endif // GZ_UTILS_CLI_GZ_FORMATTER_HPP_
18 changes: 0 additions & 18 deletions include/ignition/utils/utils.hh

This file was deleted.

0 comments on commit 7348ea2

Please sign in to comment.