Reduce dependicies between header files
commit3ca96fb1b071bc4fff6e78147275e531a71869b6
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Tue, 13 May 2014 10:42:07 +0000 (13 13:42 +0300)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Tue, 13 May 2014 10:42:07 +0000 (13 13:42 +0300)
tree77f939ebb3d5242d577a881cd65ed74deb266ec2
parentd47959b6183cd9e22ee8f45eb9bf1384bca67ce7
Reduce dependicies between header files
32 files changed:
include/library/command.hpp
include/library/controller-data.hpp
include/library/controller-parse.hpp
include/library/framebuffer-pixfmt-lrgb.hpp
include/library/framebuffer-pixfmt-rgb15.hpp
include/library/framebuffer-pixfmt-rgb16.hpp
include/library/framebuffer-pixfmt-rgb24.hpp
include/library/framebuffer-pixfmt-rgb32.hpp
include/library/framebuffer-pixfmt.hpp [new file with mode: 0644]
include/library/framebuffer.hpp
include/library/httpauth.hpp
include/library/keyboard-mapper.hpp
include/library/lua-function.hpp
include/library/memorysearch.hpp
include/library/memorywatch-fb.hpp
include/library/memorywatch-null.hpp
include/library/memorywatch.hpp
src/core/memorywatch.cpp
src/emulation/make-ports.cpp
src/library/command.cpp
src/library/controller-data.cpp
src/library/controller-parse.cpp
src/library/framebuffer-pixfmt-lrgb.cpp
src/library/framebuffer-pixfmt-rgb15.cpp
src/library/framebuffer-pixfmt-rgb16.cpp
src/library/framebuffer-pixfmt-rgb24.cpp
src/library/framebuffer-pixfmt-rgb32.cpp
src/library/httpauth.cpp
src/library/keyboard-mapper.cpp
src/library/memorysearch.cpp
src/library/memorywatch-fb.cpp
src/library/memorywatch.cpp