Whoops, remove one last evil #pragma once that was left in while developing.

Originally committed to SVN as r3480.
This commit is contained in:
Amar Takhar 2009-09-03 07:18:43 +00:00
parent ccf71021af
commit 5a12ee807b
3 changed files with 1 additions and 3 deletions

View File

@ -35,7 +35,6 @@
#include <locale.h>
#include "main.h"
#include "view.h"
#include "upload.h"
/// @brief Init the reporter.

View File

@ -25,7 +25,7 @@
#include <wx/progdlg.h>
#endif
#include "report.h"
#include "view.h"
/// @brief Reporter
class Reporter : public wxApp {

View File

@ -24,7 +24,6 @@
#include <map>
#pragma once
class Report {
public: