Minor change to remove unnecessary strstream include.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 092899374e)
r14.0.x
Michele Calgaro 6 years ago
parent 29482e7e91
commit 85d0e8915d
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