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 "privates.h"
|
||||
#include "property.h"
|
||||
#include "propertyst.h"
|
||||
#include "ptrveloc.h"
|
||||
#include "region.h"
|
||||
#include "regionstr.h"
|
||||
|
|
|
@ -484,7 +484,6 @@ if build_xorg
|
|||
'pixmapstr.h',
|
||||
'privates.h',
|
||||
'property.h',
|
||||
'propertyst.h',
|
||||
'ptrveloc.h',
|
||||
'region.h',
|
||||
'regionstr.h',
|
||||
|
|
Loading…
Reference in New Issue