localerr.h is only including usterr.h so remove it and replace it.
Signed-off-by: Jan Blunck <jblunck@suse.de>
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libust tests libmallocwrap ustd ustctl libinterfork
-EXTRA_DIST = doc share/kernelcompat.h share/localerr.h share/share.h \
- share/usterr.h
+EXTRA_DIST = doc share/kernelcompat.h share/share.h share/usterr.h
dist_bin_SCRIPTS = usttrace
-include_HEADERS = share/kernelcompat.h share/localerr.h share/usterr.h
+include_HEADERS = share/kernelcompat.h share/usterr.h
#include "kernelcompat.h"
//#include "list.h"
#include "tracer.h"
-#include "localerr.h"
+#include "usterr.h"
#define DEFAULT_CHANNEL "cpu"
#define DEFAULT_PROBE "default"
//ust// #include <linux/ltt-channels.h>
#include "kernelcompat.h"
#include <kcompat/list.h>
-#include "localerr.h"
+#include "usterr.h"
//ust// struct module;
//ust// struct task_struct;
#include "marker.h"
#include "tracer.h"
-#include "localerr.h"
+#include "usterr.h"
#include "ustcomm.h"
#include "relay.h" /* FIXME: remove */
#include "marker-control.h"
#include <execinfo.h>
#include "ustcomm.h"
-#include "localerr.h"
+#include "usterr.h"
#define UNIX_PATH_MAX 108
+++ /dev/null
-#include "usterr.h"
#include "tracer.h"
#include "ustd.h"
-#include "localerr.h"
+#include "usterr.h"
/* This truncates to an offset in the buffer. */
#define USTD_BUFFER_TRUNC(offset, bufinfo) \
#include <getopt.h>
#include "ustd.h"
-#include "localerr.h"
+#include "usterr.h"
#include "ustcomm.h"
#include "share.h"