Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
dd519d68
Commit
dd519d68
authored
Oct 29, 2012
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused #include <wxfstream.h> from several places
parent
e21bd247
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
13 deletions
+3
-13
class_library.cpp
eeschema/class_library.cpp
+0
-1
lib_export.cpp
eeschema/lib_export.cpp
+0
-1
libarch.cpp
eeschema/libarch.cpp
+0
-2
libedit.cpp
eeschema/libedit.cpp
+0
-2
netform.cpp
eeschema/netform.cpp
+0
-1
symbedit.cpp
eeschema/symbedit.cpp
+0
-1
richio.h
include/richio.h
+3
-3
datafile_read_write.cpp
pcb_calculator/datafile_read_write.cpp
+0
-1
specctra.cpp
pcbnew/specctra.cpp
+0
-1
No files found.
eeschema/class_library.cpp
View file @
dd519d68
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
#include <wx/tokenzr.h>
#include <wx/tokenzr.h>
#include <wx/regex.h>
#include <wx/regex.h>
#include <wx/wfstream.h>
static
const
wxChar
*
duplicate_name_msg
=
static
const
wxChar
*
duplicate_name_msg
=
_
(
"Library <%s> has duplicate entry name <%s>.
\n
\
_
(
"Library <%s> has duplicate entry name <%s>.
\n
\
...
...
eeschema/lib_export.cpp
View file @
dd519d68
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include <wildcards_and_files_ext.h>
#include <wildcards_and_files_ext.h>
#include <wx/filename.h>
#include <wx/filename.h>
#include <wx/wfstream.h>
extern
int
ExportPartId
;
extern
int
ExportPartId
;
...
...
eeschema/libarch.cpp
View file @
dd519d68
...
@@ -41,8 +41,6 @@
...
@@ -41,8 +41,6 @@
#include <class_library.h>
#include <class_library.h>
#include <sch_component.h>
#include <sch_component.h>
#include <wx/wfstream.h>
bool
SCH_EDIT_FRAME
::
CreateArchiveLibrary
(
const
wxString
&
aFileName
)
bool
SCH_EDIT_FRAME
::
CreateArchiveLibrary
(
const
wxString
&
aFileName
)
{
{
...
...
eeschema/libedit.cpp
View file @
dd519d68
...
@@ -47,8 +47,6 @@
...
@@ -47,8 +47,6 @@
#include <dialogs/dialog_lib_new_component.h>
#include <dialogs/dialog_lib_new_component.h>
#include <wx/wfstream.h>
void
LIB_EDIT_FRAME
::
DisplayLibInfos
()
void
LIB_EDIT_FRAME
::
DisplayLibInfos
()
{
{
...
...
eeschema/netform.cpp
View file @
dd519d68
...
@@ -1055,7 +1055,6 @@ XNODE* NETLIST_EXPORT_TOOL::makeGenericComponents()
...
@@ -1055,7 +1055,6 @@ XNODE* NETLIST_EXPORT_TOOL::makeGenericComponents()
return
xcomps
;
return
xcomps
;
}
}
#include <wx/wfstream.h> // wxFFileOutputStream
bool
NETLIST_EXPORT_TOOL
::
WriteKiCadNetList
(
const
wxString
&
aOutFileName
)
bool
NETLIST_EXPORT_TOOL
::
WriteKiCadNetList
(
const
wxString
&
aOutFileName
)
{
{
...
...
eeschema/symbedit.cpp
View file @
dd519d68
...
@@ -42,7 +42,6 @@
...
@@ -42,7 +42,6 @@
#include <wildcards_and_files_ext.h>
#include <wildcards_and_files_ext.h>
#include <boost/foreach.hpp>
#include <boost/foreach.hpp>
#include <wx/wfstream.h>
void
LIB_EDIT_FRAME
::
LoadOneSymbol
()
void
LIB_EDIT_FRAME
::
LoadOneSymbol
()
...
...
include/richio.h
View file @
dd519d68
...
@@ -598,8 +598,8 @@ public:
...
@@ -598,8 +598,8 @@ public:
* @param aFileName is the full filename to open and save to as a text file.
* @param aFileName is the full filename to open and save to as a text file.
* @param aMode is what you would pass to wxFopen()'s mode, defaults to wxT( "wt" )
* @param aMode is what you would pass to wxFopen()'s mode, defaults to wxT( "wt" )
* for text files that are to be created here and now.
* for text files that are to be created here and now.
* @param qQuoteChar is a
C string holding a single char used for quoting
* @param qQuoteChar is a
char used for quoting problematic strings
problematic strings
(with whitespace or special characters in them).
(with whitespace or special characters in them).
* @throw IO_ERROR if the file cannot be opened.
* @throw IO_ERROR if the file cannot be opened.
*/
*/
FILE_OUTPUTFORMATTER
(
const
wxString
&
aFileName
,
FILE_OUTPUTFORMATTER
(
const
wxString
&
aFileName
,
...
...
pcb_calculator/datafile_read_write.cpp
View file @
dd519d68
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
#include <pcb_calculator_datafile_lexer.h>
#include <pcb_calculator_datafile_lexer.h>
#include <class_regulator_data.h>
#include <class_regulator_data.h>
#include <datafile_read_write.h>
#include <datafile_read_write.h>
#include <wx/wfstream.h>
#include <build_version.h>
#include <build_version.h>
...
...
pcbnew/specctra.cpp
View file @
dd519d68
...
@@ -56,7 +56,6 @@
...
@@ -56,7 +56,6 @@
#include <class_track.h>
#include <class_track.h>
#include <specctra.h>
#include <specctra.h>
#include <wx/wfstream.h> // wxFFileOutputStream
namespace
DSN
{
namespace
DSN
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment