]> git.lyx.org Git - features.git/blobdiff - src/support/DebugStream.h
Replace LString.h with support/std_string.h,
[features.git] / src / support / DebugStream.h
index c4b97fdcd5174d55d82d534d64bed3f2278c1509..b29039d02ca886cb89580f48230bc62fc4d40197 100644 (file)
@@ -1,18 +1,18 @@
 // -*- C++ -*-
-
-// Created by Lars Gullik Bjønnes
-// Copyright 1999 Lars Gullik Bjønnes (larsbj@lyx.org)
-// Released into the public domain.
-
-// Implemented and tested on g++ 2.7.2.3
-
-// Primarily developed for use in the LyX Project http://www.lyx.org/
-// but should be adaptable to any project.
+/**
+ * \file DebugStream.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef DEBUGSTREAM_H
 #define DEBUGSTREAM_H
 
-#include "LOstream.h"
+#include "std_ostream.h"
 
 #ifdef TEST_DEBUGSTREAM
 #include <string>