remove src/main.h file

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2012-10-19 12:47:12 +03:00 committed by Andrew Borodin
parent 80011ad7cb
commit 7668c09879
4 changed files with 1 additions and 27 deletions

View File

@ -60,7 +60,7 @@ mc_SOURCES = \
history.h \
keybind-defaults.c keybind-defaults.h \
learn.c learn.h \
main.c main.h \
main.c \
setup.c setup.h \
subshell.c subshell.h \
textconf.c textconf.h \

View File

@ -75,8 +75,6 @@
#include "consaver/cons.saver.h" /* cons_saver_pid */
#include "main.h"
/*** global variables ****************************************************************************/
/*** file scope macro definitions ****************************************************************/

View File

@ -1,23 +0,0 @@
/** \file main.h
* \brief Header: this is a main module header
*/
#ifndef MC__MAIN_H
#define MC__MAIN_H
#include "lib/global.h"
#include "lib/vfs/vfs.h"
/*** typedefs(not structures) and defined constants **********************************************/
/*** enums ***************************************************************************************/
/*** structures declarations (and typedefs of structures)*****************************************/
/*** global variables defined in .c file *********************************************************/
/*** declarations of public functions ************************************************************/
/*** inline functions ****************************************************************************/
#endif /* MC__MAIN_H */

View File

@ -30,7 +30,6 @@
#include <check.h>
#include "lib/global.h"
#include "src/main.h"
#include "src/vfs/local/local.c"
#include "src/filemanager/panel.c"