aboutsummaryrefslogtreecommitdiff
path: root/lens_enum.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-21 23:46:24 +0200
committerPetr Machata <pmachata@redhat.com>2012-09-21 23:46:24 +0200
commita2e16c5cc8cc2343d40a44ac8b4d2230de9fc985 (patch)
treefec7aa8a57167531f7624b847d823bcbdcc9c8b2 /lens_enum.c
parent5371a73782447ffa19c0183ad55b6d0936c19e8a (diff)
downloadltrace-a2e16c5cc8cc2343d40a44ac8b4d2230de9fc985.tar.gz
Don't include arch.h, include sysdep.h instead
arch.h is supposed to be a simple configuration file and few have inclusion guards. sysdep.h is the proper interface to use.
Diffstat (limited to 'lens_enum.c')
-rw-r--r--lens_enum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lens_enum.c b/lens_enum.c
index 1af94d2..52edd73 100644
--- a/lens_enum.c
+++ b/lens_enum.c
@@ -1,6 +1,6 @@
/*
* This file is part of ltrace.
- * Copyright (C) 2011 Petr Machata, Red Hat Inc.
+ * Copyright (C) 2011, 2012 Petr Machata, Red Hat Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -22,10 +22,10 @@
#include <assert.h>
#include <string.h>
-#include "arch.h"
#include "lens_enum.h"
#include "lens_default.h"
#include "value.h"
+#include "sysdep.h"
#include "type.h"
struct enum_entry {