rename files: update filenames in sources

This commit is contained in:
jean-pierre charras
2018-01-28 19:12:26 +01:00
parent 5868202c28
commit e499d337d8
48 changed files with 81 additions and 78 deletions
+3 -3
View File
@@ -23,8 +23,8 @@
*/
/**
* @file common_plotPS_functions.cpp
* @brief Kicad: Common plot Postscript Routines
* @file PS_plotter.cpp
* @brief Kicad: specialized plotter for PS files format
*/
#include <fctsys.h>
@@ -32,7 +32,7 @@
#include <wxstruct.h>
#include <base_struct.h>
#include <common.h>
#include <class_plotter.h>
#include <plotter.h>
#include <macros.h>
#include <kicad_string.h>
#include <convert_basic_shapes_to_polygon.h>