mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 08:41:19 +08:00
7 lines
96 B
C
7 lines
96 B
C
#ifndef _PDF_H
|
|
#define _PDF_H
|
|
|
|
#pragma once
|
|
#include "Document.h"
|
|
|
|
#endif /* _PDF_H */ |