mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Move <fstream> from support/gzstream.h
This commit is contained in:
parent
644c1d3453
commit
c0f9309300
@ -27,6 +27,7 @@
|
||||
#include "support/types.h"
|
||||
|
||||
#include <functional>
|
||||
#include <fstream>
|
||||
#include <istream>
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
// standard C++ with new header file names and std:: namespace
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <zlib.h>
|
||||
|
||||
// For LyX
|
||||
|
Loading…
Reference in New Issue
Block a user