Resent-Message-ID: <20020910015201.5925.qmail@ktown.kde.org>

Remove malloc.h reference, it breaks the compile.

svn path=/trunk/kdegraphics/kdvi/; revision=176974
remotes/origin/kdvi-3.1
Alex Zepeda 24 years ago
parent b591074b33
commit 7906f7f6b0
  1. 7
      font.cpp

@ -1,13 +1,12 @@
// $Id$
#include <stdio.h>
#include <stdlib.h>
#include <kdebug.h>
#include <klocale.h>
#include <malloc.h>
#include <qapplication.h>
#include <qfile.h>
#include <stdio.h>
#include <stdlib.h>
#include "dviwin.h"
#include "font.h"

Loading…
Cancel
Save