Do not include the removed file status-table.h

* src/engine-uiserver.c: Remove status-table.h which is not anymore
built.  Fixes bug#1412.
--

The file was actually removed from the code by 885243e0 but for
unknown reasons the missing file was not reported by "make distcheck".
This commit is contained in:
Werner Koch 2012-07-13 14:00:22 +02:00
parent 9f081da735
commit e7aeaebb01

View File

@ -49,7 +49,6 @@
#include "data.h" #include "data.h"
#include "assuan.h" #include "assuan.h"
#include "status-table.h"
#include "debug.h" #include "debug.h"
#include "engine-backend.h" #include "engine-backend.h"