gcc.h: rename to Compiler.h
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "FlacIOHandle.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_FLAC_IO_HANDLE_HXX
|
||||
#define MPD_FLAC_IO_HANDLE_HXX
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
#include "InputStream.hxx"
|
||||
|
||||
#include <FLAC/callback.h>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "InputStream.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "Log.hxx"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
FLAC__StreamDecoderReadStatus
|
||||
FlacInput::Read(FLAC__byte buffer[], size_t *bytes)
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_FLAC_METADATA_H
|
||||
#define MPD_FLAC_METADATA_H
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
#include "FlacIOHandle.hxx"
|
||||
|
||||
#include <FLAC/metadata.h>
|
||||
|
Reference in New Issue
Block a user