ass_entry.h actually does need include/aegisub/exception.h, didn't notice because of precompiled headers.

Originally committed to SVN as r3532.
This commit is contained in:
Amar Takhar 2009-09-11 05:04:05 +00:00
parent ca01bb2b86
commit a874981ed7
2 changed files with 3 additions and 4 deletions

View File

@ -39,10 +39,6 @@
// Headers
#include "config.h"
#ifndef AGI_PRE
#include "include/aegisub/exception.h"
#endif
#include "ass_attachment.h"
#include "ass_dialogue.h"
#include "ass_entry.h"

View File

@ -42,8 +42,11 @@
// Headers
#ifndef AGI_PRE
#include <wx/string.h>
#include "include/aegisub/exception.h"
#endif
//////////////
// Prototypes
class AssDialogue;