Remove old, empty header
This commit is contained in:
parent
4919f2ba75
commit
ee2752827a
|
@ -40,7 +40,6 @@
|
|||
#include <fctsys.h>
|
||||
#include <pgm_base.h>
|
||||
#include <kiface_i.h>
|
||||
#include <online_help.h>
|
||||
#include <id.h>
|
||||
#include <eda_doc.h>
|
||||
#include <wxstruct.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
|
||||
#include <bin_mod.h>
|
||||
#include <online_help.h>
|
||||
#include <common.h>
|
||||
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include <id.h>
|
||||
#include <build_version.h>
|
||||
#include <hotkeys_basic.h>
|
||||
#include <online_help.h>
|
||||
#include <gestfich.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <confirm.h>
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
/**
|
||||
* @file online_help.h
|
||||
* @brief Definitions for online help for KiCad.
|
||||
*/
|
||||
|
||||
#ifndef ONLINE_HELP_H
|
||||
#define ONLINE_HELP_H
|
||||
|
||||
/*
|
||||
* KiCad uses HTML or PDF file format in the online help (help command)
|
||||
*/
|
||||
|
||||
#endif /* #ifndef ONLINE_HELP_H */
|
|
@ -35,7 +35,6 @@
|
|||
#include <kiway.h>
|
||||
#include <pgm_kicad.h>
|
||||
#include <tree_project_frame.h>
|
||||
#include <online_help.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <boost/ptr_container/ptr_vector.hpp>
|
||||
#include <hotkeys_basic.h>
|
||||
|
|
Loading…
Reference in New Issue