mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
docx refactoring
Correct includes using forward declarations
This commit is contained in:
1
OOXML/DocxFormat/External/External.h
vendored
1
OOXML/DocxFormat/External/External.h
vendored
@ -34,7 +34,6 @@
|
||||
#define OOX_EXTERNAL_INCLUDE_H_
|
||||
|
||||
#include "../File.h"
|
||||
#include "../FileTypes.h"
|
||||
|
||||
namespace OOX
|
||||
{
|
||||
|
||||
@ -31,6 +31,8 @@
|
||||
*/
|
||||
|
||||
#include "HyperLink.h"
|
||||
#include "../FileTypes.h"
|
||||
|
||||
|
||||
namespace OOX
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user