haiku/headers/os/translation/TranslationErrors.h
Jérôme Duval 02f7c69828 TranslationErrors.h: document as deprecated.
TranslationDefs.h: SupportDefs.h already includes Errors.h, remove TranslationErrors.h.
2019-04-15 20:45:19 +02:00

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