Browse Source

Don't use angle brackets for local includes.

pull/388/head
Vladimír Vondruš 7 years ago
parent
commit
b64bb14412
  1. 3
      src/Magnum/Implementation/WindowsWeakSymbol.h

3
src/Magnum/Implementation/WindowsWeakSymbol.h

@ -26,7 +26,8 @@
*/ */
#include <Corrade/configure.h> #include <Corrade/configure.h>
#include <Magnum/configure.h>
#include "Magnum/configure.h"
/* This is a copy of Corrade/Utility/Implementation/windowsWeakSymbol.{h,cpp}, /* This is a copy of Corrade/Utility/Implementation/windowsWeakSymbol.{h,cpp},
just adapted for Magnum. Yeah, it's only in order to avoid including just adapted for Magnum. Yeah, it's only in order to avoid including

Loading…
Cancel
Save