From acf2ec806b55c10ac61e5c6abdce918dd8fd29c3 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 15 Nov 2005 11:33:27 +0100 Subject: [PATCH] Remove empty lines in start of header files A left over from the CVS Id removal. Also, for a few files, normalize the order in which things are declared in headers. --- src/bfu/button.h | 1 - src/bfu/checkbox.h | 1 - src/bfu/common.h | 1 - src/bfu/dialog.h | 1 - src/bfu/group.h | 1 - src/bfu/hierbox.h | 1 - src/bfu/inpfield.h | 1 - src/bfu/inphist.h | 1 - src/bfu/leds.h | 1 - src/bfu/listbox.h | 3 --- src/bfu/menu.h | 1 - src/bfu/msgbox.h | 1 - src/bfu/style.h | 1 - src/bfu/text.h | 1 - src/bfu/widget.h | 1 - src/bookmarks/bookmarks.h | 1 - src/bookmarks/dialogs.h | 1 - src/cache/cache.h | 1 - src/cache/dialogs.h | 1 - src/config/cmdline.h | 1 - src/config/conf.h | 1 - src/config/dialogs.h | 1 - src/config/home.h | 1 - src/config/kbdbind.h | 6 ++---- src/config/opttypes.h | 1 - src/config/timer.h | 1 - src/config/urlhist.h | 1 - src/cookies/cookies.h | 1 - src/cookies/dialogs.h | 1 - src/cookies/parser.h | 1 - src/dialogs/document.h | 1 - src/dialogs/download.h | 1 - src/dialogs/edit.h | 1 - src/dialogs/exmode.h | 1 - src/dialogs/info.h | 1 - src/dialogs/menu.h | 1 - src/dialogs/options.h | 1 - src/dialogs/progress.h | 1 - src/dialogs/status.h | 1 - src/document/docdata.h | 1 - src/document/document.h | 1 - src/document/forms.h | 1 - src/document/options.h | 1 - src/document/refresh.h | 1 - src/document/renderer.h | 1 - src/document/view.h | 1 - src/ecmascript/ecmascript.h | 1 - src/ecmascript/spidermonkey.h | 1 - src/encoding/bzip2.h | 1 - src/encoding/encoding.h | 1 - src/encoding/gzip.h | 1 - src/formhist/dialogs.h | 1 - src/formhist/formhist.h | 1 - src/globhist/dialogs.h | 1 - src/globhist/globhist.h | 1 - src/intl/charsets.h | 1 - src/main/event.h | 1 - src/main/interlink.h | 1 - src/main/main.h | 1 - src/main/module.h | 1 - src/main/object.h | 1 - src/main/select.h | 1 - src/main/timer.h | 1 - src/main/version.h | 1 - src/mime/dialogs.h | 1 - src/mime/mime.h | 1 - src/network/connection.h | 1 - src/network/dns.h | 1 - src/network/progress.h | 1 - src/network/socket.h | 1 - src/network/state.h | 1 - src/osdep/ascii.h | 1 - src/osdep/generic.h | 1 - src/osdep/getifaddrs.h | 1 - src/osdep/newwin.h | 1 - src/osdep/osdep.h | 1 - src/osdep/stub.h | 1 - src/osdep/sysname.h | 1 - src/osdep/system.h | 1 - src/osdep/types.h | 1 - src/protocol/about.h | 1 - src/protocol/data.h | 1 - src/protocol/date.h | 1 - src/protocol/header.h | 1 - src/protocol/protocol.h | 1 - src/protocol/proxy.h | 1 - src/protocol/uri.h | 1 - src/protocol/user.h | 1 - src/scripting/scripting.h | 1 - src/session/download.h | 1 - src/session/history.h | 1 - src/session/location.h | 1 - src/session/session.h | 1 - src/session/task.h | 1 - src/terminal/color.h | 1 - src/terminal/draw.h | 1 - src/terminal/event.h | 1 - src/terminal/hardio.h | 1 - src/terminal/itrm.h | 1 - src/terminal/kbd.h | 1 - src/terminal/mouse.h | 1 - src/terminal/screen.h | 1 - src/terminal/tab.h | 1 - src/terminal/terminal.h | 1 - src/terminal/window.h | 1 - src/util/align.h | 1 - src/util/base64.h | 1 - src/util/bitfield.h | 1 - src/util/box.h | 1 - src/util/color.h | 1 - src/util/conv.h | 1 - src/util/env.h | 1 - src/util/error.h | 1 - src/util/fastfind.h | 1 - src/util/hash.h | 1 - src/util/lists.h | 1 - src/util/math.h | 1 - src/util/md5.h | 1 - src/util/memdebug.h | 1 - src/util/memlist.h | 1 - src/util/memory.h | 1 - src/util/profile.h | 1 - src/util/scanner.h | 1 - src/util/sha1.h | 1 - src/util/snprintf.h | 1 - src/util/string.h | 1 - src/util/time.h | 1 - src/viewer/action.h | 1 - src/viewer/timer.h | 1 - 129 files changed, 2 insertions(+), 134 deletions(-) diff --git a/src/bfu/button.h b/src/bfu/button.h index 6d0dc46c..973a3ec7 100644 --- a/src/bfu/button.h +++ b/src/bfu/button.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_BUTTON_H #define EL__BFU_BUTTON_H diff --git a/src/bfu/checkbox.h b/src/bfu/checkbox.h index 3e028bf7..5d2ce5dc 100644 --- a/src/bfu/checkbox.h +++ b/src/bfu/checkbox.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_CHECKBOX_H #define EL__BFU_CHECKBOX_H diff --git a/src/bfu/common.h b/src/bfu/common.h index 392c4a71..18d6332a 100644 --- a/src/bfu/common.h +++ b/src/bfu/common.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_COMMON_H #define EL__BFU_COMMON_H diff --git a/src/bfu/dialog.h b/src/bfu/dialog.h index d6b12627..376ef701 100644 --- a/src/bfu/dialog.h +++ b/src/bfu/dialog.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_DIALOG_H #define EL__BFU_DIALOG_H diff --git a/src/bfu/group.h b/src/bfu/group.h index f8591917..040a7e83 100644 --- a/src/bfu/group.h +++ b/src/bfu/group.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_GROUP_H #define EL__BFU_GROUP_H diff --git a/src/bfu/hierbox.h b/src/bfu/hierbox.h index d583d19c..bf6eadf6 100644 --- a/src/bfu/hierbox.h +++ b/src/bfu/hierbox.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_HIERBOX_H #define EL__BFU_HIERBOX_H diff --git a/src/bfu/inpfield.h b/src/bfu/inpfield.h index 5e4833b0..c1db3397 100644 --- a/src/bfu/inpfield.h +++ b/src/bfu/inpfield.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_INPFIELD_H #define EL__BFU_INPFIELD_H diff --git a/src/bfu/inphist.h b/src/bfu/inphist.h index 59c1824b..0011ef9d 100644 --- a/src/bfu/inphist.h +++ b/src/bfu/inphist.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_INPHIST_H #define EL__BFU_INPHIST_H diff --git a/src/bfu/leds.h b/src/bfu/leds.h index 50a85e3e..d6109dd8 100644 --- a/src/bfu/leds.h +++ b/src/bfu/leds.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_LEDS_H #define EL__BFU_LEDS_H diff --git a/src/bfu/listbox.h b/src/bfu/listbox.h index e8cab857..82fccd78 100644 --- a/src/bfu/listbox.h +++ b/src/bfu/listbox.h @@ -1,12 +1,9 @@ - #ifndef EL__BFU_LISTBOX_H #define EL__BFU_LISTBOX_H - #include "util/align.h" #include "util/lists.h" - struct dialog; struct listbox_data; struct listbox_item; diff --git a/src/bfu/menu.h b/src/bfu/menu.h index 423457cf..1cb301f9 100644 --- a/src/bfu/menu.h +++ b/src/bfu/menu.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_MENU_H #define EL__BFU_MENU_H diff --git a/src/bfu/msgbox.h b/src/bfu/msgbox.h index 9727217e..edf30d59 100644 --- a/src/bfu/msgbox.h +++ b/src/bfu/msgbox.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_MSGBOX_H #define EL__BFU_MSGBOX_H diff --git a/src/bfu/style.h b/src/bfu/style.h index d43eaa4f..732238b3 100644 --- a/src/bfu/style.h +++ b/src/bfu/style.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_STYLE_H #define EL__BFU_STYLE_H diff --git a/src/bfu/text.h b/src/bfu/text.h index fe09f34b..5c96b98a 100644 --- a/src/bfu/text.h +++ b/src/bfu/text.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_TEXT_H #define EL__BFU_TEXT_H diff --git a/src/bfu/widget.h b/src/bfu/widget.h index 66a6f526..777e440d 100644 --- a/src/bfu/widget.h +++ b/src/bfu/widget.h @@ -1,4 +1,3 @@ - #ifndef EL__BFU_WIDGET_H #define EL__BFU_WIDGET_H diff --git a/src/bookmarks/bookmarks.h b/src/bookmarks/bookmarks.h index b2ba0568..4c78d827 100644 --- a/src/bookmarks/bookmarks.h +++ b/src/bookmarks/bookmarks.h @@ -1,4 +1,3 @@ - #ifndef EL__BOOKMARKS_BOOKMARKS_H #define EL__BOOKMARKS_BOOKMARKS_H diff --git a/src/bookmarks/dialogs.h b/src/bookmarks/dialogs.h index 8fddcb58..9f0b1bbd 100644 --- a/src/bookmarks/dialogs.h +++ b/src/bookmarks/dialogs.h @@ -1,4 +1,3 @@ - #ifndef EL__BOOKMARKS_DIALOGS_H #define EL__BOOKMARKS_DIALOGS_H diff --git a/src/cache/cache.h b/src/cache/cache.h index ef60e786..584e07f0 100644 --- a/src/cache/cache.h +++ b/src/cache/cache.h @@ -1,4 +1,3 @@ - #ifndef EL__CACHE_CACHE_H #define EL__CACHE_CACHE_H diff --git a/src/cache/dialogs.h b/src/cache/dialogs.h index 79c785ba..e3e41b3e 100644 --- a/src/cache/dialogs.h +++ b/src/cache/dialogs.h @@ -1,4 +1,3 @@ - #ifndef EL__CACHE_DIALOGS_H #define EL__CACHE_DIALOGS_H diff --git a/src/config/cmdline.h b/src/config/cmdline.h index 8c96fa80..cb085353 100644 --- a/src/config/cmdline.h +++ b/src/config/cmdline.h @@ -1,4 +1,3 @@ - #ifndef EL__CONFIG_CMDLINE_H #define EL__CONFIG_CMDLINE_H diff --git a/src/config/conf.h b/src/config/conf.h index 2a417683..f55e4e70 100644 --- a/src/config/conf.h +++ b/src/config/conf.h @@ -1,4 +1,3 @@ - #ifndef EL__CONFIG_CONF_H #define EL__CONFIG_CONF_H diff --git a/src/config/dialogs.h b/src/config/dialogs.h index c545794d..e5f01ed3 100644 --- a/src/config/dialogs.h +++ b/src/config/dialogs.h @@ -1,4 +1,3 @@ - #ifndef EL__CONFIG_DIALOGS_H #define EL__CONFIG_DIALOGS_H diff --git a/src/config/home.h b/src/config/home.h index 0e771e98..6a48936f 100644 --- a/src/config/home.h +++ b/src/config/home.h @@ -1,4 +1,3 @@ - #ifndef EL__CONFIG_HOME_H #define EL__CONFIG_HOME_H diff --git a/src/config/kbdbind.h b/src/config/kbdbind.h index f9750ec0..7b6834ae 100644 --- a/src/config/kbdbind.h +++ b/src/config/kbdbind.h @@ -1,16 +1,14 @@ - #ifndef EL__CONFIG_KBDBIND_H #define EL__CONFIG_KBDBIND_H -/* #include "bfu/listbox.h" */ -struct listbox_item; - #include "config/options.h" #include "main/event.h" #include "main/object.h" #include "terminal/terminal.h" #include "util/string.h" +struct listbox_item; + /* Used for holding enum _action values. */ typedef long action_id_T; diff --git a/src/config/opttypes.h b/src/config/opttypes.h index 3809b73f..84b47d68 100644 --- a/src/config/opttypes.h +++ b/src/config/opttypes.h @@ -1,4 +1,3 @@ - #ifndef EL__CONFIG_OPTTYPES_H #define EL__CONFIG_OPTTYPES_H diff --git a/src/config/timer.h b/src/config/timer.h index 8bd69ed1..c7904f06 100644 --- a/src/config/timer.h +++ b/src/config/timer.h @@ -1,4 +1,3 @@ - #ifndef EL__CONFIG_TIMER_H #define EL__CONFIG_TIMER_H diff --git a/src/config/urlhist.h b/src/config/urlhist.h index 874315b1..9054b60e 100644 --- a/src/config/urlhist.h +++ b/src/config/urlhist.h @@ -1,4 +1,3 @@ - #ifndef EL__CONFIG_URLHIST_H #define EL__CONFIG_URLHIST_H diff --git a/src/cookies/cookies.h b/src/cookies/cookies.h index 5bc4e89b..7f4a98c3 100644 --- a/src/cookies/cookies.h +++ b/src/cookies/cookies.h @@ -1,4 +1,3 @@ - #ifndef EL__COOKIES_COOKIES_H #define EL__COOKIES_COOKIES_H diff --git a/src/cookies/dialogs.h b/src/cookies/dialogs.h index 2205948e..a7b6c214 100644 --- a/src/cookies/dialogs.h +++ b/src/cookies/dialogs.h @@ -1,4 +1,3 @@ - #ifndef EL__COOKIES_DIALOGS_H #define EL__COOKIES_DIALOGS_H diff --git a/src/cookies/parser.h b/src/cookies/parser.h index a732ba21..d9e832cc 100644 --- a/src/cookies/parser.h +++ b/src/cookies/parser.h @@ -1,4 +1,3 @@ - #ifndef EL__COOKIES_PARSER_H #define EL__COOKIES_PARSER_H diff --git a/src/dialogs/document.h b/src/dialogs/document.h index 2b20e46d..c3215bbb 100644 --- a/src/dialogs/document.h +++ b/src/dialogs/document.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_DOCUMENT_H #define EL__DIALOGS_DOCUMENT_H diff --git a/src/dialogs/download.h b/src/dialogs/download.h index 00d237ec..6b10add4 100644 --- a/src/dialogs/download.h +++ b/src/dialogs/download.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_DOWNLOAD_H #define EL__DIALOGS_DOWNLOAD_H diff --git a/src/dialogs/edit.h b/src/dialogs/edit.h index 1d30d976..c368863d 100644 --- a/src/dialogs/edit.h +++ b/src/dialogs/edit.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_EDIT_H #define EL__DIALOGS_EDIT_H diff --git a/src/dialogs/exmode.h b/src/dialogs/exmode.h index 592ecb53..6adf4861 100644 --- a/src/dialogs/exmode.h +++ b/src/dialogs/exmode.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_EXMODE_H #define EL__DIALOGS_EXMODE_H diff --git a/src/dialogs/info.h b/src/dialogs/info.h index 473b288b..37d2d689 100644 --- a/src/dialogs/info.h +++ b/src/dialogs/info.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_INFO_H #define EL__DIALOGS_INFO_H diff --git a/src/dialogs/menu.h b/src/dialogs/menu.h index cced3a13..e59c27d6 100644 --- a/src/dialogs/menu.h +++ b/src/dialogs/menu.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_MENU_H #define EL__DIALOGS_MENU_H diff --git a/src/dialogs/options.h b/src/dialogs/options.h index d1155bf9..cb74f031 100644 --- a/src/dialogs/options.h +++ b/src/dialogs/options.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_OPTIONS_H #define EL__DIALOGS_OPTIONS_H diff --git a/src/dialogs/progress.h b/src/dialogs/progress.h index 3c8b6083..7c8f8a93 100644 --- a/src/dialogs/progress.h +++ b/src/dialogs/progress.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_PROGRESS_H #define EL__DIALOGS_PROGRESS_H diff --git a/src/dialogs/status.h b/src/dialogs/status.h index fd4004e8..0c92dc4b 100644 --- a/src/dialogs/status.h +++ b/src/dialogs/status.h @@ -1,4 +1,3 @@ - #ifndef EL__DIALOGS_STATUS_H #define EL__DIALOGS_STATUS_H diff --git a/src/document/docdata.h b/src/document/docdata.h index f3506b01..f898db3c 100644 --- a/src/document/docdata.h +++ b/src/document/docdata.h @@ -1,4 +1,3 @@ - #ifndef EL__DOCUMENT_DOCDATA_H #define EL__DOCUMENT_DOCDATA_H diff --git a/src/document/document.h b/src/document/document.h index abbc6138..845c15fb 100644 --- a/src/document/document.h +++ b/src/document/document.h @@ -1,4 +1,3 @@ - #ifndef EL__DOCUMENT_DOCUMENT_H #define EL__DOCUMENT_DOCUMENT_H diff --git a/src/document/forms.h b/src/document/forms.h index 04a3e32d..8ebf4ed7 100644 --- a/src/document/forms.h +++ b/src/document/forms.h @@ -1,4 +1,3 @@ - #ifndef EL__DOCUMENT_FORMS_H #define EL__DOCUMENT_FORMS_H diff --git a/src/document/options.h b/src/document/options.h index c6b55c3b..a540fd7f 100644 --- a/src/document/options.h +++ b/src/document/options.h @@ -1,4 +1,3 @@ - #ifndef EL__DOCUMENT_OPTIONS_H #define EL__DOCUMENT_OPTIONS_H diff --git a/src/document/refresh.h b/src/document/refresh.h index 054d5de1..f9b4c9c5 100644 --- a/src/document/refresh.h +++ b/src/document/refresh.h @@ -1,4 +1,3 @@ - #ifndef EL__DOCUMENT_REFRESH_H #define EL__DOCUMENT_REFRESH_H diff --git a/src/document/renderer.h b/src/document/renderer.h index d3751e38..2d94d206 100644 --- a/src/document/renderer.h +++ b/src/document/renderer.h @@ -1,4 +1,3 @@ - #ifndef EL__DOCUMENT_RENDERER_H #define EL__DOCUMENT_RENDERER_H diff --git a/src/document/view.h b/src/document/view.h index bea704ff..931c1ca3 100644 --- a/src/document/view.h +++ b/src/document/view.h @@ -1,4 +1,3 @@ - #ifndef EL__DOCUMENT_VIEW_H #define EL__DOCUMENT_VIEW_H diff --git a/src/ecmascript/ecmascript.h b/src/ecmascript/ecmascript.h index 05b75a89..fd9f13cb 100644 --- a/src/ecmascript/ecmascript.h +++ b/src/ecmascript/ecmascript.h @@ -1,4 +1,3 @@ - #ifndef EL__ECMASCRIPT_ECMASCRIPT_H #define EL__ECMASCRIPT_ECMASCRIPT_H diff --git a/src/ecmascript/spidermonkey.h b/src/ecmascript/spidermonkey.h index 21584abc..a0241cd8 100644 --- a/src/ecmascript/spidermonkey.h +++ b/src/ecmascript/spidermonkey.h @@ -1,4 +1,3 @@ - #ifndef EL__ECMASCRIPT_SPIDERMONKEY_H #define EL__ECMASCRIPT_SPIDERMONKEY_H diff --git a/src/encoding/bzip2.h b/src/encoding/bzip2.h index 4e8e08fa..2718b249 100644 --- a/src/encoding/bzip2.h +++ b/src/encoding/bzip2.h @@ -1,4 +1,3 @@ - #ifndef EL__ENCODING_BZIP2_H #define EL__ENCODING_BZIP2_H diff --git a/src/encoding/encoding.h b/src/encoding/encoding.h index 6b56d3f4..00d4c49d 100644 --- a/src/encoding/encoding.h +++ b/src/encoding/encoding.h @@ -1,4 +1,3 @@ - #ifndef EL__ENCODING_ENCODING_H #define EL__ENCODING_ENCODING_H diff --git a/src/encoding/gzip.h b/src/encoding/gzip.h index ab715a90..7965a4d8 100644 --- a/src/encoding/gzip.h +++ b/src/encoding/gzip.h @@ -1,4 +1,3 @@ - #ifndef EL__ENCODING_GZIP_H #define EL__ENCODING_GZIP_H diff --git a/src/formhist/dialogs.h b/src/formhist/dialogs.h index af97709b..e3a02455 100644 --- a/src/formhist/dialogs.h +++ b/src/formhist/dialogs.h @@ -1,4 +1,3 @@ - #ifndef EL__FORMHIST_DIALOGS_H #define EL__FORMHIST_DIALOGS_H diff --git a/src/formhist/formhist.h b/src/formhist/formhist.h index a68e7f4c..37a7cbe0 100644 --- a/src/formhist/formhist.h +++ b/src/formhist/formhist.h @@ -1,4 +1,3 @@ - #ifndef EL__FORMHIST_FORMHIST_H #define EL__FORMHIST_FORMHIST_H diff --git a/src/globhist/dialogs.h b/src/globhist/dialogs.h index 72dc1d3d..550bc3f8 100644 --- a/src/globhist/dialogs.h +++ b/src/globhist/dialogs.h @@ -1,4 +1,3 @@ - #ifndef EL__GLOBHIST_DIALOGS_H #define EL__GLOBHIST_DIALOGS_H diff --git a/src/globhist/globhist.h b/src/globhist/globhist.h index cec48bb1..c3b5847f 100644 --- a/src/globhist/globhist.h +++ b/src/globhist/globhist.h @@ -1,4 +1,3 @@ - #ifndef EL__GLOBHIST_GLOBHIST_H #define EL__GLOBHIST_GLOBHIST_H diff --git a/src/intl/charsets.h b/src/intl/charsets.h index 4e0ee378..b99d3e67 100644 --- a/src/intl/charsets.h +++ b/src/intl/charsets.h @@ -1,4 +1,3 @@ - #ifndef EL__INTL_CHARSETS_H #define EL__INTL_CHARSETS_H diff --git a/src/main/event.h b/src/main/event.h index 0fe4f2cb..3ee7a03b 100644 --- a/src/main/event.h +++ b/src/main/event.h @@ -1,4 +1,3 @@ - #ifndef EL__MAIN_EVENT_H #define EL__MAIN_EVENT_H diff --git a/src/main/interlink.h b/src/main/interlink.h index b379eb41..5538e3e8 100644 --- a/src/main/interlink.h +++ b/src/main/interlink.h @@ -1,4 +1,3 @@ - #ifndef EL__MAIN_INTERLINK_H #define EL__MAIN_INTERLINK_H diff --git a/src/main/main.h b/src/main/main.h index e63ff2a5..a4aa4fb6 100644 --- a/src/main/main.h +++ b/src/main/main.h @@ -1,4 +1,3 @@ - #ifndef EL__MAIN_MAIN_H #define EL__MAIN_MAIN_H diff --git a/src/main/module.h b/src/main/module.h index 129c6272..822d8f35 100644 --- a/src/main/module.h +++ b/src/main/module.h @@ -1,4 +1,3 @@ - #ifndef EL__MAIN_MODULE_H #define EL__MAIN_MODULE_H diff --git a/src/main/object.h b/src/main/object.h index b8fb9b5e..e19c5800 100644 --- a/src/main/object.h +++ b/src/main/object.h @@ -1,4 +1,3 @@ - #ifndef EL__MAIN_OBJECT_H #define EL__MAIN_OBJECT_H diff --git a/src/main/select.h b/src/main/select.h index 8f3bc273..c6bd367c 100644 --- a/src/main/select.h +++ b/src/main/select.h @@ -1,4 +1,3 @@ - #ifndef EL__MAIN_SELECT_H #define EL__MAIN_SELECT_H diff --git a/src/main/timer.h b/src/main/timer.h index c7e8ad34..9eeb1145 100644 --- a/src/main/timer.h +++ b/src/main/timer.h @@ -1,4 +1,3 @@ - #ifndef EL__MAIN_TIMER_H #define EL__MAIN_TIMER_H diff --git a/src/main/version.h b/src/main/version.h index 2a251d7e..34c5a672 100644 --- a/src/main/version.h +++ b/src/main/version.h @@ -1,4 +1,3 @@ - #ifndef EL__MAIN_VERSION_H #define EL__MAIN_VERSION_H diff --git a/src/mime/dialogs.h b/src/mime/dialogs.h index 856cd51b..055eeab1 100644 --- a/src/mime/dialogs.h +++ b/src/mime/dialogs.h @@ -1,4 +1,3 @@ - #ifndef EL__MIME_DIALOGS_H #define EL__MIME_DIALOGS_H diff --git a/src/mime/mime.h b/src/mime/mime.h index 092ec30c..779ed3b8 100644 --- a/src/mime/mime.h +++ b/src/mime/mime.h @@ -1,4 +1,3 @@ - #ifndef EL__MIME_MIME_H #define EL__MIME_MIME_H diff --git a/src/network/connection.h b/src/network/connection.h index a476933c..621d3c1e 100644 --- a/src/network/connection.h +++ b/src/network/connection.h @@ -1,4 +1,3 @@ - #ifndef EL__NETWORK_CONNECTION_H #define EL__NETWORK_CONNECTION_H diff --git a/src/network/dns.h b/src/network/dns.h index 0b62e185..588a853f 100644 --- a/src/network/dns.h +++ b/src/network/dns.h @@ -1,4 +1,3 @@ - #ifndef EL__NETWORK_DNS_H #define EL__NETWORK_DNS_H diff --git a/src/network/progress.h b/src/network/progress.h index 26eb5769..70b549b2 100644 --- a/src/network/progress.h +++ b/src/network/progress.h @@ -1,4 +1,3 @@ - #ifndef EL__NETWORK_PROGRESS_H #define EL__NETWORK_PROGRESS_H diff --git a/src/network/socket.h b/src/network/socket.h index 10af4f32..91fb4abb 100644 --- a/src/network/socket.h +++ b/src/network/socket.h @@ -1,4 +1,3 @@ - #ifndef EL__NETWORK_SOCKET_H #define EL__NETWORK_SOCKET_H diff --git a/src/network/state.h b/src/network/state.h index e56405a2..583b26d5 100644 --- a/src/network/state.h +++ b/src/network/state.h @@ -1,4 +1,3 @@ - #ifndef EL__NETWORK_STATE_H #define EL__NETWORK_STATE_H diff --git a/src/osdep/ascii.h b/src/osdep/ascii.h index 8728e2ba..2e877b25 100644 --- a/src/osdep/ascii.h +++ b/src/osdep/ascii.h @@ -1,4 +1,3 @@ - #ifndef EL__OSDEP_ASCII_H #define EL__OSDEP_ASCII_H diff --git a/src/osdep/generic.h b/src/osdep/generic.h index c6608aac..2e4173e5 100644 --- a/src/osdep/generic.h +++ b/src/osdep/generic.h @@ -1,4 +1,3 @@ - /* This is... er, the OS-independent part of osdep/ ;-). */ #ifndef EL__OSDEP_GENERIC_H diff --git a/src/osdep/getifaddrs.h b/src/osdep/getifaddrs.h index 6d0968ca..4966c034 100644 --- a/src/osdep/getifaddrs.h +++ b/src/osdep/getifaddrs.h @@ -1,4 +1,3 @@ - #ifndef EL__OSDEP_GETIFADDRS_H #define EL__OSDEP_GETIFADDRS_H diff --git a/src/osdep/newwin.h b/src/osdep/newwin.h index 2c0572da..daf65437 100644 --- a/src/osdep/newwin.h +++ b/src/osdep/newwin.h @@ -1,4 +1,3 @@ - #ifndef EL__OSDEP_NEWWIN_H #define EL__OSDEP_NEWWIN_H diff --git a/src/osdep/osdep.h b/src/osdep/osdep.h index 5c4384b5..6bdf55fe 100644 --- a/src/osdep/osdep.h +++ b/src/osdep/osdep.h @@ -1,4 +1,3 @@ - #ifndef EL__OSDEP_OSDEP_H #define EL__OSDEP_OSDEP_H diff --git a/src/osdep/stub.h b/src/osdep/stub.h index ea3a7a68..6e807b4e 100644 --- a/src/osdep/stub.h +++ b/src/osdep/stub.h @@ -1,4 +1,3 @@ - #ifndef EL__OSDEP_STUB_H #define EL__OSDEP_STUB_H diff --git a/src/osdep/sysname.h b/src/osdep/sysname.h index 8fd4a12e..9e3eaa54 100644 --- a/src/osdep/sysname.h +++ b/src/osdep/sysname.h @@ -1,4 +1,3 @@ - #ifndef EL__OSDEP_SYSNAME_H #define EL__OSDEP_SYSNAME_H diff --git a/src/osdep/system.h b/src/osdep/system.h index c462d437..32ac78f6 100644 --- a/src/osdep/system.h +++ b/src/osdep/system.h @@ -1,4 +1,3 @@ - #ifndef EL__OSDEP_SYSTEM_H #define EL__OSDEP_SYSTEM_H diff --git a/src/osdep/types.h b/src/osdep/types.h index 7693001c..d4ff0aee 100644 --- a/src/osdep/types.h +++ b/src/osdep/types.h @@ -1,4 +1,3 @@ - #ifndef EL__OSDEP_TYPES_H #define EL__OSDEP_TYPES_H diff --git a/src/protocol/about.h b/src/protocol/about.h index 60d76829..e36e99c3 100644 --- a/src/protocol/about.h +++ b/src/protocol/about.h @@ -1,4 +1,3 @@ - #ifndef EL__PROTOCOL_ABOUT_H #define EL__PROTOCOL_ABOUT_H diff --git a/src/protocol/data.h b/src/protocol/data.h index a426e8ef..5e7e77ec 100644 --- a/src/protocol/data.h +++ b/src/protocol/data.h @@ -1,4 +1,3 @@ - #ifndef EL__PROTOCOL_DATA_H #define EL__PROTOCOL_DATA_H diff --git a/src/protocol/date.h b/src/protocol/date.h index 6f73fba0..b1018c86 100644 --- a/src/protocol/date.h +++ b/src/protocol/date.h @@ -1,4 +1,3 @@ - #ifndef EL__PROTOCOL_DATE_H #define EL__PROTOCOL_DATE_H diff --git a/src/protocol/header.h b/src/protocol/header.h index c027d976..2a029132 100644 --- a/src/protocol/header.h +++ b/src/protocol/header.h @@ -1,4 +1,3 @@ - #ifndef EL__PROTOCOL_HEADER_H #define EL__PROTOCOL_HEADER_H diff --git a/src/protocol/protocol.h b/src/protocol/protocol.h index d36cee98..614c2173 100644 --- a/src/protocol/protocol.h +++ b/src/protocol/protocol.h @@ -1,4 +1,3 @@ - #ifndef EL__PROTOCOL_PROTOCOL_H #define EL__PROTOCOL_PROTOCOL_H diff --git a/src/protocol/proxy.h b/src/protocol/proxy.h index 3d59e7fc..1325ccdd 100644 --- a/src/protocol/proxy.h +++ b/src/protocol/proxy.h @@ -1,4 +1,3 @@ - #ifndef EL__PROTOCOL_PROXY_H #define EL__PROTOCOL_PROXY_H diff --git a/src/protocol/uri.h b/src/protocol/uri.h index a343e439..c0f7abe4 100644 --- a/src/protocol/uri.h +++ b/src/protocol/uri.h @@ -1,4 +1,3 @@ - #ifndef EL__PROTOCOL_URI_H #define EL__PROTOCOL_URI_H diff --git a/src/protocol/user.h b/src/protocol/user.h index db84d615..4d153b0f 100644 --- a/src/protocol/user.h +++ b/src/protocol/user.h @@ -1,4 +1,3 @@ - #ifndef EL__PROTOCOL_USER_H #define EL__PROTOCOL_USER_H diff --git a/src/scripting/scripting.h b/src/scripting/scripting.h index ac0e54b0..a746517f 100644 --- a/src/scripting/scripting.h +++ b/src/scripting/scripting.h @@ -1,4 +1,3 @@ - #ifndef EL__SCRIPTING_SCRIPTING_H #define EL__SCRIPTING_SCRIPTING_H diff --git a/src/session/download.h b/src/session/download.h index 62c4ad5e..1bcc4aad 100644 --- a/src/session/download.h +++ b/src/session/download.h @@ -1,4 +1,3 @@ - #ifndef EL__SESSION_DOWNLOAD_H #define EL__SESSION_DOWNLOAD_H diff --git a/src/session/history.h b/src/session/history.h index a7214683..0d60d8c2 100644 --- a/src/session/history.h +++ b/src/session/history.h @@ -1,4 +1,3 @@ - #ifndef EL__SESSION_HISTORY_H #define EL__SESSION_HISTORY_H diff --git a/src/session/location.h b/src/session/location.h index 60711010..9f1631e8 100644 --- a/src/session/location.h +++ b/src/session/location.h @@ -1,4 +1,3 @@ - #ifndef EL__SESSION_LOCATION_H #define EL__SESSION_LOCATION_H diff --git a/src/session/session.h b/src/session/session.h index 6c0fcc97..1d16faf6 100644 --- a/src/session/session.h +++ b/src/session/session.h @@ -1,4 +1,3 @@ - #ifndef EL__SESSION_SESSION_H #define EL__SESSION_SESSION_H diff --git a/src/session/task.h b/src/session/task.h index 016292d6..e1a7c9a8 100644 --- a/src/session/task.h +++ b/src/session/task.h @@ -1,4 +1,3 @@ - #ifndef EL__SESSION_TASK_H #define EL__SESSION_TASK_H diff --git a/src/terminal/color.h b/src/terminal/color.h index beeb1e74..f44995f6 100644 --- a/src/terminal/color.h +++ b/src/terminal/color.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_COLOR_H #define EL__TERMINAL_COLOR_H diff --git a/src/terminal/draw.h b/src/terminal/draw.h index ce8ee8b1..cb5c6fda 100644 --- a/src/terminal/draw.h +++ b/src/terminal/draw.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_DRAW_H #define EL__TERMINAL_DRAW_H diff --git a/src/terminal/event.h b/src/terminal/event.h index 7a8f92ac..ffd3590e 100644 --- a/src/terminal/event.h +++ b/src/terminal/event.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_EVENT_H #define EL__TERMINAL_EVENT_H diff --git a/src/terminal/hardio.h b/src/terminal/hardio.h index 049ec2a8..c3915b0c 100644 --- a/src/terminal/hardio.h +++ b/src/terminal/hardio.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_HARDIO_H #define EL__TERMINAL_HARDIO_H diff --git a/src/terminal/itrm.h b/src/terminal/itrm.h index eccc359d..33b00ec4 100644 --- a/src/terminal/itrm.h +++ b/src/terminal/itrm.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_ITRM_H #define EL__TERMINAL_ITRM_H diff --git a/src/terminal/kbd.h b/src/terminal/kbd.h index fb38582e..92412215 100644 --- a/src/terminal/kbd.h +++ b/src/terminal/kbd.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_KBD_H #define EL__TERMINAL_KBD_H diff --git a/src/terminal/mouse.h b/src/terminal/mouse.h index 93525e4f..068e6aea 100644 --- a/src/terminal/mouse.h +++ b/src/terminal/mouse.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_MOUSE_H #define EL__TERMINAL_MOUSE_H diff --git a/src/terminal/screen.h b/src/terminal/screen.h index 398daa10..5608a0e3 100644 --- a/src/terminal/screen.h +++ b/src/terminal/screen.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_SCREEN_H #define EL__TERMINAL_SCREEN_H diff --git a/src/terminal/tab.h b/src/terminal/tab.h index 2f594a9b..2fa38bd5 100644 --- a/src/terminal/tab.h +++ b/src/terminal/tab.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_TAB_H #define EL__TERMINAL_TAB_H diff --git a/src/terminal/terminal.h b/src/terminal/terminal.h index 836accc0..0689f098 100644 --- a/src/terminal/terminal.h +++ b/src/terminal/terminal.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_TERMINAL_H #define EL__TERMINAL_TERMINAL_H diff --git a/src/terminal/window.h b/src/terminal/window.h index 4dc327da..f3a3c6a7 100644 --- a/src/terminal/window.h +++ b/src/terminal/window.h @@ -1,4 +1,3 @@ - #ifndef EL__TERMINAL_WINDOW_H #define EL__TERMINAL_WINDOW_H diff --git a/src/util/align.h b/src/util/align.h index 41328a09..c6e91c03 100644 --- a/src/util/align.h +++ b/src/util/align.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_ALIGN_H #define EL__UTIL_ALIGN_H diff --git a/src/util/base64.h b/src/util/base64.h index f10265b1..cb5cd732 100644 --- a/src/util/base64.h +++ b/src/util/base64.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_BASE64_H #define EL__UTIL_BASE64_H diff --git a/src/util/bitfield.h b/src/util/bitfield.h index 3257c865..0c8d7cd1 100644 --- a/src/util/bitfield.h +++ b/src/util/bitfield.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_BITFIELD_H #define EL__UTIL_BITFIELD_H diff --git a/src/util/box.h b/src/util/box.h index 4a5b2c3b..112f1f39 100644 --- a/src/util/box.h +++ b/src/util/box.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_BOX_H #define EL__UTIL_BOX_H diff --git a/src/util/color.h b/src/util/color.h index ceb19459..4c2db0de 100644 --- a/src/util/color.h +++ b/src/util/color.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_COLOR_H #define EL__UTIL_COLOR_H diff --git a/src/util/conv.h b/src/util/conv.h index d0f4446d..494a36bb 100644 --- a/src/util/conv.h +++ b/src/util/conv.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_CONV_H #define EL__UTIL_CONV_H diff --git a/src/util/env.h b/src/util/env.h index 3e4bd6b1..4b40be89 100644 --- a/src/util/env.h +++ b/src/util/env.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_ENV_H #define EL__UTIL_ENV_H diff --git a/src/util/error.h b/src/util/error.h index 1a0b9802..bee3543f 100644 --- a/src/util/error.h +++ b/src/util/error.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_ERROR_H #define EL__UTIL_ERROR_H diff --git a/src/util/fastfind.h b/src/util/fastfind.h index d91f4c10..4f50ea3d 100644 --- a/src/util/fastfind.h +++ b/src/util/fastfind.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_FASTFIND_H #define EL__UTIL_FASTFIND_H diff --git a/src/util/hash.h b/src/util/hash.h index a2479408..b98d0d57 100644 --- a/src/util/hash.h +++ b/src/util/hash.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_HASH_H #define EL__UTIL_HASH_H diff --git a/src/util/lists.h b/src/util/lists.h index 6fb42cb7..9cfaddcd 100644 --- a/src/util/lists.h +++ b/src/util/lists.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_LISTS_H #define EL__UTIL_LISTS_H diff --git a/src/util/math.h b/src/util/math.h index 2ccce300..7def782f 100644 --- a/src/util/math.h +++ b/src/util/math.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_MATH_H #define EL__UTIL_MATH_H diff --git a/src/util/md5.h b/src/util/md5.h index 96e742a2..7c29c927 100644 --- a/src/util/md5.h +++ b/src/util/md5.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_MD5_H #define EL__UTIL_MD5_H diff --git a/src/util/memdebug.h b/src/util/memdebug.h index 4d5dff97..3917be4f 100644 --- a/src/util/memdebug.h +++ b/src/util/memdebug.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_MEMDEBUG_H #define EL__UTIL_MEMDEBUG_H diff --git a/src/util/memlist.h b/src/util/memlist.h index 2afbcfd1..5fe34ba1 100644 --- a/src/util/memlist.h +++ b/src/util/memlist.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_MEMLIST_H #define EL__UTIL_MEMLIST_H diff --git a/src/util/memory.h b/src/util/memory.h index d03f0b67..d8bd750c 100644 --- a/src/util/memory.h +++ b/src/util/memory.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_MEMORY_H #define EL__UTIL_MEMORY_H diff --git a/src/util/profile.h b/src/util/profile.h index a7346c00..c06d8e5c 100644 --- a/src/util/profile.h +++ b/src/util/profile.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_PROFILE_H #define EL__UTIL_PROFILE_H diff --git a/src/util/scanner.h b/src/util/scanner.h index 9c2ba651..2bbe99f8 100644 --- a/src/util/scanner.h +++ b/src/util/scanner.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_SCANNER_H #define EL__UTIL_SCANNER_H diff --git a/src/util/sha1.h b/src/util/sha1.h index b5e8f9b8..c344c255 100644 --- a/src/util/sha1.h +++ b/src/util/sha1.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_SHA1_H #define EL__UTIL_SHA1_H diff --git a/src/util/snprintf.h b/src/util/snprintf.h index 2ce02016..1f3435a6 100644 --- a/src/util/snprintf.h +++ b/src/util/snprintf.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_SNPRINTF_H #define EL__UTIL_SNPRINTF_H diff --git a/src/util/string.h b/src/util/string.h index a82b594b..6d8715bd 100644 --- a/src/util/string.h +++ b/src/util/string.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_STRING_H #define EL__UTIL_STRING_H diff --git a/src/util/time.h b/src/util/time.h index 0ffe1ead..40a0680e 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -1,4 +1,3 @@ - #ifndef EL__UTIL_TIME_H #define EL__UTIL_TIME_H diff --git a/src/viewer/action.h b/src/viewer/action.h index df53f0a8..1e3c44d0 100644 --- a/src/viewer/action.h +++ b/src/viewer/action.h @@ -1,4 +1,3 @@ - #ifndef EL__VIEWER_ACTION_H #define EL__VIEWER_ACTION_H diff --git a/src/viewer/timer.h b/src/viewer/timer.h index fd0115fb..ef623871 100644 --- a/src/viewer/timer.h +++ b/src/viewer/timer.h @@ -1,4 +1,3 @@ - #ifndef EL__VIEWER_TIMER_H #define EL__VIEWER_TIMER_H -- 2.11.4.GIT