xref: /haiku/headers/os/translation/TranslationErrors.h (revision d7571ebcf7b31d7fa5d55a500910ee288a22bd00)
1*d7571ebcSAxel Dörfler /*
2*d7571ebcSAxel Dörfler  * Copyright 2009, Haiku Inc. All Rights Reserved.
3*d7571ebcSAxel Dörfler  * Distributed under the terms of the MIT License.
4*d7571ebcSAxel Dörfler  */
5*d7571ebcSAxel Dörfler #ifndef _TRANSLATION_ERRORS_H
652a38012Sejakowatz #define _TRANSLATION_ERRORS_H
752a38012Sejakowatz 
8*d7571ebcSAxel Dörfler 
952a38012Sejakowatz #include <Errors.h>
1052a38012Sejakowatz 
1152a38012Sejakowatz 
12*d7571ebcSAxel Dörfler #endif	// _TRANSLATION_ERRORS_H
13