fb_accel_cs_hdx_inc.h: remove unused includes

This commit is contained in:
2017-02-08 19:07:36 +01:00
committed by M. Liebmann
parent 8fe7504007
commit 9ddb4fc9c3

View File

@@ -23,21 +23,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <driver/fb_generic.h>
#include <driver/fb_accel.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <sys/mman.h>
#include <memory.h>
#include <limits.h>
#include <gui/color.h>
#include <system/debug.h>