mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
remove doubles include
Origin commit data
------------------
Commit: a3bfab0bcd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-11 (Tue, 11 Sep 2012)
This commit is contained in:
@@ -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>
|
||||
|
@@ -101,7 +101,7 @@
|
||||
#endif
|
||||
|
||||
#include "netfile.h"
|
||||
#include "global.h"
|
||||
#include <global.h>
|
||||
#include <fcntl.h>
|
||||
#include <poll.h>
|
||||
#include <sys/types.h>
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -3,7 +3,6 @@
|
||||
#include <neutrino.h>
|
||||
#include "pictureviewer.h"
|
||||
#include "pv_config.h"
|
||||
#include "driver/framebuffer.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user