remove doubles include

This commit is contained in:
satbaby
2012-09-11 20:31:33 +02:00
parent 1e1a3265e6
commit a3bfab0bcd
81 changed files with 188 additions and 224 deletions

View File

@@ -34,7 +34,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "global.h"
#include <global.h>
#include <stdio.h>
#include <fcntl.h>
#include <sched.h>

View File

@@ -101,7 +101,7 @@
#endif
#include "netfile.h"
#include "global.h"
#include <global.h>
#include <fcntl.h>
#include <poll.h>
#include <sys/types.h>

View File

@@ -18,7 +18,7 @@
#include <errno.h>
#include "fb_display.h"
#include "pictureviewer.h"
#include "driver/framebuffer.h"
#include <driver/framebuffer.h>
static unsigned char *lfb = 0;

View File

@@ -3,7 +3,6 @@
#include <neutrino.h>
#include "pictureviewer.h"
#include "pv_config.h"
#include "driver/framebuffer.h"
#include <unistd.h>
#include <stdio.h>

View File

@@ -30,7 +30,7 @@
#include <vector>
#include <stdio.h> /* printf */
#include <sys/time.h> /* gettimeofday */
#include "driver/framebuffer.h"
#include <driver/framebuffer.h>
class CPictureViewer
{
struct cformathandler

View File

@@ -12,8 +12,8 @@
#include "global.h"
#include "driver/screen_max.h"
#include <global.h>
#include <driver/screen_max.h>
// -- this is a simple odd class provided for 'static' usage