]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FeedbackController.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FeedbackController.h
index ccb410db27e86608c8f227ad217018a76228939e..8d512a28419c901131936842887b322d94b9ab8a 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
-/*
+/**
  * \file FeedbackController.h
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  **/
 
 /* A common interface for posting feedback messages to a message widget in
 #ifndef FEEDBACKCONTROLLER_H
 #define FEEDBACKCONTROLLER_H
 
-#include FORMS_H_LOCATION
-#include "LString.h"
-
 #ifdef __GNUG__
 #pragma interface
 #endif
 
+#include "forms_fwd.h"
+#include "LString.h"
+
 class FeedbackController
 {
 public: