gdb/
[deliverable/binutils-gdb.git] / opcodes / cgen-bitset.c
index 4f4bcc0d33b3b51fc1e876c6bab33b57adf57195..34d31d71c19fc8d27bf341b4a0c64f5096eb8d52 100644 (file)
@@ -1,5 +1,5 @@
 /* CGEN generic opcode support.
-   Copyright 2002, 2005, 2007
+   Copyright 2002, 2005, 2007, 2009
    Free Software Foundation, Inc.
 
    This file is part of libopcodes.
 /* Functions for manipulating CGEN_BITSET.  */
 
 #include "libiberty.h"
-#include "opcode/cgen-bitset.h"
+#include "cgen/bitset.h"
 #include <string.h>
 
 /* Create a bit mask.  */
+
 CGEN_BITSET *
 cgen_bitset_create (unsigned bit_count)
 {
This page took 0.023207 seconds and 4 git commands to generate.