summaryrefslogtreecommitdiffhomepage
path: root/src/udis86.h
blob: ba5af905e3e875ec6966a582a89d6531ec170333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* This file is dedicated to the public domain. */

#ifndef INC_UDIS86_H
#define INC_UDIS86_H

#include "3p/udis86/types.h"
#include "3p/udis86/extern.h"
#include "3p/udis86/itab.h"

#endif

// vi: sw=4 ts=4 noet tw=80 cc=80