mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 21:49:48 +08:00
7 lines
109 B
C
7 lines
109 B
C
#pragma once
|
|
#ifndef TXT_INCLUDE_H_
|
|
#define TXT_INCLUDE_H_
|
|
|
|
#include "File.h"
|
|
|
|
#endif // TXT_INCLUDE_H_
|