Browse Source

🐞 Fix fmt includes "" -> <>

pull/1696/head
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
807d8528b1
  1. 5
      Source/utils/log.hpp

5
Source/utils/log.hpp

@ -1,9 +1,8 @@
#pragma once
#include "fmt/core.h"
#include "fmt/ranges.h"
#include <SDL.h>
#include <fmt/core.h>
#include <fmt/ranges.h>
#ifdef USE_SDL1
#include "sdl2_to_1_2_backports.h"

Loading…
Cancel
Save