mirror of https://github.com/odrling/Aegisub
Whoops, remove one last evil #pragma once that was left in while developing.
Originally committed to SVN as r3480.
This commit is contained in:
parent
ccf71021af
commit
5a12ee807b
|
@ -35,7 +35,6 @@
|
|||
#include <locale.h>
|
||||
|
||||
#include "main.h"
|
||||
#include "view.h"
|
||||
#include "upload.h"
|
||||
|
||||
/// @brief Init the reporter.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <wx/progdlg.h>
|
||||
#endif
|
||||
|
||||
#include "report.h"
|
||||
#include "view.h"
|
||||
|
||||
/// @brief Reporter
|
||||
class Reporter : public wxApp {
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <map>
|
||||
|
||||
#pragma once
|
||||
class Report {
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue