Skip to content

Commit

Permalink
Re #6972. Changed to forward declares.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Jun 19, 2014
1 parent 2c56bd8 commit 9434148
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Code/Mantid/MantidQt/API/inc/MantidQtAPI/HelpWindow.h
Expand Up @@ -2,10 +2,12 @@
#define HELPWINDOW_H

#include "MantidQtAPI/DllOption.h"
#include <QString>
#include <QUrl>
#include <string>

// forward declarations
class QString;
class QUrl;

namespace MantidQt
{
namespace API
Expand Down

0 comments on commit 9434148

Please sign in to comment.