Include optimization: move some things from common.h to point-of-use

This commit is contained in:
Jon Evans
2021-03-20 12:09:18 -04:00
parent 80cb1db2e6
commit c04e19f9ac
92 changed files with 258 additions and 195 deletions
+7 -4
View File
@@ -27,17 +27,20 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <trigo.h>
#include <algorithm>
#include <wx/zstream.h>
#include <wx/filename.h>
#include <wx/mstream.h>
#include <render_settings.h>
#include <wx/zstream.h>
#include <advanced_config.h>
#include <macros.h>
#include <render_settings.h>
#include <trigo.h>
#include "plotters_pslike.h"
std::string PDF_PLOTTER::encodeStringForPlotter( const wxString& aText )
{
// returns a string compatible with PDF string convention from a unicode string.