TranslationErrors.h: document as deprecated.

TranslationDefs.h: SupportDefs.h already includes Errors.h, remove TranslationErrors.h.
This commit is contained in:
Jérôme Duval 2019-04-15 19:37:04 +02:00
parent d214cb5e13
commit 02f7c69828
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@
#include <SupportDefs.h>
#include <TranslationErrors.h>
#define B_TRANSLATION_CURRENT_VERSION B_BEOS_VERSION

View File

@ -6,6 +6,7 @@
#define _TRANSLATION_ERRORS_H
// deprecated: use Errors.h instead
#include <Errors.h>