mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
9 lines
158 B
C
9 lines
158 B
C
|
|
#ifndef GE_SUPPORT_H
|
||
|
|
#define GE_SUPPORT_H
|
||
|
|
|
||
|
|
#include "general-support.h"
|
||
|
|
#include "cairo-support.h"
|
||
|
|
#include "widget-information.h"
|
||
|
|
|
||
|
|
#endif /* GE_SUPPORT_H */
|