summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-1.3/src/System.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-1.3/src/System.cpp')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-1.3/src/System.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-1.3/src/System.cpp b/Build/source/texk/dvisvgm/dvisvgm-1.3/src/System.cpp
index 80c71ec7b4c..40ee98a130c 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-1.3/src/System.cpp
+++ b/Build/source/texk/dvisvgm/dvisvgm-1.3/src/System.cpp
@@ -18,13 +18,13 @@
** along with this program; if not, see <http://www.gnu.org/licenses/>. **
*************************************************************************/
-#include <ctime>
-#include "System.h"
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+#include <ctime>
+#include "System.h"
+
#if defined (HAVE_SYS_TIME_H)
#include <sys/time.h>
#elif defined (HAVE_SYS_TIMEB_H)