diff options
author | SupSuper | 2019-09-01 23:24:50 +0100 |
---|---|---|
committer | Filippos Karapetis | 2019-09-02 08:01:18 +0300 |
commit | 1c1cc91ad5ae2e67a33d7c7ae896f74153477ec5 (patch) | |
tree | 8b9246a697062af4c912b18c64885ecf2c5ac267 /backends | |
parent | e6e70b2042d222b81498fc2cc6be2aa6d7655f39 (diff) | |
download | scummvm-rg350-1c1cc91ad5ae2e67a33d7c7ae896f74153477ec5.tar.gz scummvm-rg350-1c1cc91ad5ae2e67a33d7c7ae896f74153477ec5.tar.bz2 scummvm-rg350-1c1cc91ad5ae2e67a33d7c7ae896f74153477ec5.zip |
COMMON: Don't include win32.h in common/encoding.h
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/sdl/win32/win32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/sdl/win32/win32.h b/backends/platform/sdl/win32/win32.h index 1c24285603..2a496f5b22 100644 --- a/backends/platform/sdl/win32/win32.h +++ b/backends/platform/sdl/win32/win32.h @@ -27,7 +27,6 @@ #include "backends/platform/sdl/win32/win32-window.h" class OSystem_Win32 : public OSystem_SDL { - friend class Common::Encoding; public: virtual void init(); virtual void initBackend(); |