libdl: Include <rtems/rtl/rtl-*.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 08:20:30 +01:00
parent 7d9455edfe
commit 990adc5438
28 changed files with 41 additions and 41 deletions

View File

@@ -16,9 +16,9 @@
#if !defined (_RTEMS_RTL_RAP_H_)
#define _RTEMS_RTL_RAP_H_
#include "rtl-fwd.h"
#include "rtl-obj-fwd.h"
#include "rtl-sym.h"
#include <rtems/rtl/rtl-fwd.h>
#include <rtems/rtl/rtl-obj-fwd.h>
#include <rtems/rtl/rtl-sym.h>
#ifdef __cplusplus
extern "C" {