mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 19:01:18 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53593 954022d7-b5bf-4e40-9824-e11837661b57
16 lines
308 B
C
16 lines
308 B
C
#pragma once
|
|
#ifndef COMMON_COMMON_INCLUDE_H_
|
|
#define COMMON_COMMON_INCLUDE_H_
|
|
|
|
#include "Align.h"
|
|
#include "Color.h"
|
|
#include "Index.h"
|
|
#include "Point.h"
|
|
#include "Size.h"
|
|
#include "NumFormat.h"
|
|
#include "Position.h"
|
|
#include "Wrap.h"
|
|
#include "ZIndex.h"
|
|
|
|
|
|
#endif // COMMON_COMMON_INCLUDE_H_
|