02f7c69828
TranslationDefs.h: SupportDefs.h already includes Errors.h, remove TranslationErrors.h.
14 lines
261 B
C
14 lines
261 B
C
/*
|
|
* Copyright 2009, Haiku Inc. All Rights Reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _TRANSLATION_ERRORS_H
|
|
#define _TRANSLATION_ERRORS_H
|
|
|
|
|
|
// deprecated: use Errors.h instead
|
|
#include <Errors.h>
|
|
|
|
|
|
#endif // _TRANSLATION_ERRORS_H
|