Remove old, empty header

This commit is contained in:
Chris Pavlina 2016-01-12 10:35:27 -05:00
parent 4919f2ba75
commit ee2752827a
5 changed files with 0 additions and 17 deletions

View File

@ -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>

View File

@ -23,7 +23,6 @@
*/
#include <bin_mod.h>
#include <online_help.h>
#include <common.h>

View File

@ -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>

View File

@ -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 */

View File

@ -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>