]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_table_pipeline.c
mbuf: remove rte_ctrlmbuf
[dpdk.git] / app / test / test_table_pipeline.c
index 35644a646dca535ec29030042b39fc14d82b9f24..70b10152ca039de750bd4a53740927534f95de37 100644 (file)
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef RTE_LIBRTE_PIPELINE
-
-#include "test.h"
-
-#else
-
 #include <string.h>
 #include <rte_pipeline.h>
 #include <rte_log.h>
@@ -599,5 +593,3 @@ test_table_pipeline(void)
 
        return 0;
 }
-
-#endif