]> git.lyx.org Git - lyx.git/blobdiff - src/graph.h
tostr -> convert and some bformat work
[lyx.git] / src / graph.h
index d8cc03498b259d4d749a9fa8fc99bf1147cae281..49f1a4dbb3c54cc1719e1534248c4bed7caa815b 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.
  *
  * \author Dekel Tsur
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
-#include "LString.h"
+#ifndef GRAPH_H
+#define GRAPH_H
 
 #include <queue>
 #include <vector>
 
+
 class Graph {
 public:
        Graph() : numedges_(0) {};