Skip to content

Commit

Permalink
Removed unused global.X files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamothe committed May 15, 2011
1 parent 5da90c2 commit b58ed75
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 100 deletions.
2 changes: 1 addition & 1 deletion common/channel_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

#include "channel_manager.h"
#include "global.h"
#include "common.h"
#include "i18n.h"
#include "exception.h"

Expand Down
2 changes: 1 addition & 1 deletion common/channels_conf_line.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#ifndef CHANNELS_CONF_LINE
#define CHANNELS_CONF_LINE

#include "global.h"
#include "common.h"
#include <linux/dvb/frontend.h>

struct StringTable
Expand Down
2 changes: 1 addition & 1 deletion common/dvb_si.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <iostream>
#include <fstream>
#include <linux/dvb/frontend.h>
#include "global.h"
#include "common.h"
#include "i18n.h"

#define DVB_SECTION_BUFFER_SIZE 16*1024
Expand Down
1 change: 0 additions & 1 deletion common/epg_events.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "epg_events.h"
#include "data.h"
#include "global.h"
#include "common.h"
#include "exception.h"

Expand Down
38 changes: 0 additions & 38 deletions common/global.cc

This file was deleted.

52 changes: 0 additions & 52 deletions common/global.h

This file was deleted.

2 changes: 1 addition & 1 deletion common/mpeg_stream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <glibmm.h>
#include "mpeg_stream.h"
#include "exception.h"
#include "global.h"
#include "common.h"
#include "crc32.h"

Mpeg::Stream::Stream()
Expand Down
1 change: 0 additions & 1 deletion common/network_server_thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/

#include "network_server_thread.h"
#include "global.h"
#include "exception.h"
#include "common.h"
#include <sys/types.h>
Expand Down
3 changes: 1 addition & 2 deletions common/request_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@

#include "request_handler.h"
#include "exception.h"
#include "common.h"
#include "epg_events.h"
#include "global.h"
#include "common.h"
#include "channels_conf_line.h"

using namespace xmlpp;
Expand Down
1 change: 0 additions & 1 deletion common/scheduled_recording_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "scheduled_recording_manager.h"
#include "exception.h"
#include "i18n.h"
#include "global.h"
#include "epg_events.h"
#include "common.h"

Expand Down
2 changes: 1 addition & 1 deletion common/stream_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <glibmm.h>
#include "stream_manager.h"
#include "global.h"
#include "common.h"
#include "device_manager.h"
#include "dvb_transponder.h"
#include "dvb_si.h"
Expand Down

0 comments on commit b58ed75

Please sign in to comment.