seoul: remove superfluous includes from console

The console included nitpicker_view headers, which were not used. The
headers vanished with the recent nitpicker API change, which broke the
build of seoul.
This commit is contained in:
Norman Feske 2014-08-13 12:04:36 +02:00
parent 905ca7bf3f
commit bfdc4138ba
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@
/* includes for I/O */
#include <base/env.h>
#include <util/list.h>
#include <nitpicker_session/connection.h>
#include <nitpicker_view/client.h>
#include <input/event.h>
using Genode::List;