1 #ifndef VIENNA_RNA_PACKAGE_STRUCTURE_UTILS_DEPRECATED_H
2 #define VIENNA_RNA_PACKAGE_STRUCTURE_UTILS_DEPRECATED_H
3 
4 /**
5  *  @file ViennaRNA/structure_utils.h
6  *  @brief      Use ViennaRNA/utils/structures.h instead
7  *  @deprecated Use ViennaRNA/utils/structures.h instead
8  */
9 
10 #ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY
11 # ifdef VRNA_WARN_DEPRECATED
12 #warning "Including deprecated header file <ViennaRNA/structure_utils.h>! Use <ViennaRNA/utils/structures.h> instead!"
13 # endif
14 #include <ViennaRNA/utils/structures.h>
15 #endif
16 
17 #endif
18