include: don't install propertyst.h
Nothing in here needs anything from that include file, so no need for including it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
73d2d99ace
commit
1c088613ba
|
@ -251,7 +251,6 @@ cat > sdksyms.c << EOF
|
||||||
#include "pixmapstr.h"
|
#include "pixmapstr.h"
|
||||||
#include "privates.h"
|
#include "privates.h"
|
||||||
#include "property.h"
|
#include "property.h"
|
||||||
#include "propertyst.h"
|
|
||||||
#include "ptrveloc.h"
|
#include "ptrveloc.h"
|
||||||
#include "region.h"
|
#include "region.h"
|
||||||
#include "regionstr.h"
|
#include "regionstr.h"
|
||||||
|
|
|
@ -484,7 +484,6 @@ if build_xorg
|
||||||
'pixmapstr.h',
|
'pixmapstr.h',
|
||||||
'privates.h',
|
'privates.h',
|
||||||
'property.h',
|
'property.h',
|
||||||
'propertyst.h',
|
|
||||||
'ptrveloc.h',
|
'ptrveloc.h',
|
||||||
'region.h',
|
'region.h',
|
||||||
'regionstr.h',
|
'regionstr.h',
|
||||||
|
|
Loading…
Reference in New Issue