From 03828b5836f541e0a2f3a4b0b19cad5903fa3d8c Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Mon, 20 Mar 2017 16:57:32 -0400
Subject: [PATCH] adapt binary2txt.cpp source to current coding conventions

---
 tools/binary2txt.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/binary2txt.cpp b/tools/binary2txt.cpp
index 3662a6da1b..e0778fbf3c 100644
--- a/tools/binary2txt.cpp
+++ b/tools/binary2txt.cpp
@@ -19,8 +19,8 @@
 // Syntax: binary2txt file1 file2 ...
 // Creates:           file1.txt file2.txt ...
 
-#include "stdio.h"
-#include "string.h"
+#include <stdio.h>
+#include <string.h>
 
 // these must match settings in src/lmptype.h which builds LAMMPS with
 //   -DLAMMPS_SMALLBIG (the default), -DLAMMPS_BIGBIG, or -DLAMMPS_SMALLSMALL
-- 
GitLab