Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Aug 21, 2024
1 parent 7f8b982 commit cb8c022
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Console.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
* limitations under the License.
*
*/

#include <spdlog/spdlog.h>
#ifdef _WIN32
#include <Windows.h>
#endif

#include <filesystem>
#include <iostream>
#include <string>
#include <sstream>
#include <string>

#include <gz/common/Console.hh>
#include <gz/common/config.hh>
#include <gz/common/Console.hh>
#include <gz/common/Util.hh>

#include <gz/utils/log/Console.hh>
#include <gz/utils/log/Logger.hh>
#include <gz/utils/NeverDestroyed.hh>
#include <spdlog/spdlog.h>

#ifdef _WIN32
#include <Windows.h>
#endif

using namespace gz;
using namespace common;
Expand Down

0 comments on commit cb8c022

Please sign in to comment.