diff --git a/backends/base-backend.cpp b/backends/base-backend.cpp index 560510e068f..041ebafb562 100644 --- a/backends/base-backend.cpp +++ b/backends/base-backend.cpp @@ -22,7 +22,6 @@ #include "backends/base-backend.h" -#include "graphics/pixelbuffer.h" #include "graphics/scalerplugin.h" #ifndef DISABLE_DEFAULT_EVENT_MANAGER diff --git a/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp b/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp index b8cb7231d11..4c4353d97cd 100644 --- a/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp +++ b/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp @@ -31,7 +31,6 @@ #include "common/file.h" #include "engines/engine.h" #include "graphics/conversion.h" -#include "graphics/pixelbuffer.h" #include "graphics/opengl/context.h" #include "graphics/opengl/framebuffer.h" #include "graphics/opengl/surfacerenderer.h" diff --git a/backends/modular-backend.cpp b/backends/modular-backend.cpp index 2714f576c7c..83f6a629fd3 100644 --- a/backends/modular-backend.cpp +++ b/backends/modular-backend.cpp @@ -29,7 +29,6 @@ #include "common/timer.h" #include "graphics/pixelformat.h" -#include "graphics/pixelbuffer.h" ModularGraphicsBackend::ModularGraphicsBackend() : diff --git a/backends/platform/android3d/android.h b/backends/platform/android3d/android.h index 6c0c29f6ffe..926e97e9a23 100644 --- a/backends/platform/android3d/android.h +++ b/backends/platform/android3d/android.h @@ -33,7 +33,6 @@ #include "audio/mixer_intern.h" #include "graphics/palette.h" #include "graphics/surface.h" -#include "graphics/pixelbuffer.h" #include "graphics/opengl/system_headers.h" #include "graphics/opengl/framebuffer.h" #include "backends/modular-backend.h" diff --git a/backends/platform/android3d/graphics.h b/backends/platform/android3d/graphics.h index 29102b199a2..e5c80e3f596 100644 --- a/backends/platform/android3d/graphics.h +++ b/backends/platform/android3d/graphics.h @@ -146,7 +146,6 @@ private: // Game layer GLESBaseTexture *_game_texture; - Graphics::PixelBuffer _game_pbuf; OpenGL::FrameBuffer *_frame_buffer; /** diff --git a/common/system.h b/common/system.h index 20ba2fb440a..c2d29cc6f90 100644 --- a/common/system.h +++ b/common/system.h @@ -29,7 +29,6 @@ #include "common/list.h" // For OSystem::getSupportedFormats() #include "common/ustr.h" #include "graphics/pixelformat.h" -#include "graphics/pixelbuffer.h" #include "graphics/mode.h" namespace Audio {