]> git.lyx.org Git - lyx.git/blobdiff - src/graph.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / graph.h
index d8cc03498b259d4d749a9fa8fc99bf1147cae281..9956aa47cfae74ba8b66bfacb5e75a12d9e930f2 100644 (file)
@@ -1,8 +1,4 @@
 // -*- C++ -*-
-
-#ifndef GRAPH_H
-#define GRAPH_H
-
 /**
  * \file graph.h
  * This file is part of LyX, the document processor.
@@ -10,9 +6,12 @@
  *
  * \author Dekel Tsur
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
+#ifndef GRAPH_H
+#define GRAPH_H
+
 #include "LString.h"
 
 #include <queue>