From 8239351d2f430f06b5d8a8503f5da12efdb627a1 Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Gestoso <alopez@iri.upc.edu> Date: Mon, 13 May 2019 15:26:47 +0200 Subject: [PATCH] Moved.h files to include folder --- {src => include}/trajectory.h | 0 {src => include}/trajectory_exceptions.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {src => include}/trajectory.h (100%) rename {src => include}/trajectory_exceptions.h (100%) diff --git a/src/trajectory.h b/include/trajectory.h similarity index 100% rename from src/trajectory.h rename to include/trajectory.h diff --git a/src/trajectory_exceptions.h b/include/trajectory_exceptions.h similarity index 100% rename from src/trajectory_exceptions.h rename to include/trajectory_exceptions.h -- GitLab