mirror of https://github.com/MidnightCommander/mc
remove src/main.h file
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
80011ad7cb
commit
7668c09879
|
@ -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 \
|
||||
|
|
|
@ -75,8 +75,6 @@
|
|||
|
||||
#include "consaver/cons.saver.h" /* cons_saver_pid */
|
||||
|
||||
#include "main.h"
|
||||
|
||||
/*** global variables ****************************************************************************/
|
||||
|
||||
/*** file scope macro definitions ****************************************************************/
|
||||
|
|
23
src/main.h
23
src/main.h
|
@ -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 */
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue