]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
dont use pragma impementation and interface anymore
[lyx.git] / src / support / filetools.h
index 3815daa32c60d4395d61216af880a46d9a88843e..40ca956026b46d5e2b1ffa3b621d0c007f2d3948 100644 (file)
@@ -1,16 +1,13 @@
 // -*- C++-*-
-/* lyx-filetool.h : tools functions for file/path handling
-   this file is part of LyX, the High Level Word Processor
-   Copyright 1995-2001, Matthias Ettrich and the LyX Team
-*/
+/**
+ * \file filetools.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ */
 
 #ifndef LYX_FILETOOL_H
 #define LYX_FILETOOL_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <vector>
 #include <utility>
 #include "LString.h"