Minor change to remove unnecessary strstream include.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 6 years ago
parent 4a9ff636bf
commit 092899374e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -29,8 +29,8 @@
#include "expert.moc"
#include <ui.h>
#include <tqwhatsthis.h>
#include <String.h>
#include <strstream>
#include <string.h>
Expert::Expert(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, name)
{
lilo=l;

Loading…
Cancel
Save