tests -> test
All public includes are included via #include <cdio/....h> rather than #include "....h" (removed -I $top_srcdir/include/cdio)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: bytesex.h,v 1.2 2003/04/03 12:16:27 rocky Exp $
|
||||
$Id: bytesex.h,v 1.3 2003/04/22 12:09:09 rocky Exp $
|
||||
|
||||
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
#ifndef __CDIO_BYTESEX_H__
|
||||
#define __CDIO_BYTESEX_H__
|
||||
|
||||
#include "types.h"
|
||||
#include "logging.h"
|
||||
#include <cdio/logging.h>
|
||||
#include <cdio/types.h>
|
||||
#include "bytesex_asm.h"
|
||||
|
||||
/* generic byteswap routines */
|
||||
|
||||
Reference in New Issue
Block a user