Skip to content

Commit

Permalink
Use the new setup-xml.h header for libxml headers
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Feb 8, 2006
1 parent a314734 commit 45f4ae6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion copy.h
Expand Up @@ -5,7 +5,6 @@
#define __COPY_H__

#include <sys/types.h>
#include <parser.h> /* From gnome-xml */

#include "install.h"

Expand Down
4 changes: 2 additions & 2 deletions install.h
Expand Up @@ -9,8 +9,8 @@
#include "setup-locale.h"

#include <limits.h>
#include <parser.h> /* From gnome-xml */
#include <xmlmemory.h>

#include "setup-xml.h"

/* Conversion macro for bytes to megabytes */
#define BYTES2MB(bytes) ((bytes/(1024*1024))+1)
Expand Down
1 change: 0 additions & 1 deletion plugins.h
Expand Up @@ -3,7 +3,6 @@
#define __PLUGINS_H__

#include "install.h"
#include <parser.h> /* From gnome-xml */

#define MAX_EXTENSIONS 16

Expand Down

0 comments on commit 45f4ae6

Please sign in to comment.