summaryrefslogtreecommitdiff
path: root/thirdparty/rvo2/Agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/rvo2/Agent.h')
-rw-r--r--thirdparty/rvo2/Agent.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/thirdparty/rvo2/Agent.h b/thirdparty/rvo2/Agent.h
index fd0bf4d1d4..45fbead2f5 100644
--- a/thirdparty/rvo2/Agent.h
+++ b/thirdparty/rvo2/Agent.h
@@ -8,7 +8,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -27,17 +27,15 @@
* Chapel Hill, N.C. 27599-3175
* United States of America
*
- * <http://gamma.cs.unc.edu/RVO2/>
+ * <https://gamma.cs.unc.edu/RVO2/>
*/
/**
* \file Agent.h
* \brief Contains the Agent class.
*/
-#ifndef RVO_AGENT_H_
-#define RVO_AGENT_H_
-
-#include "API.h"
+#ifndef RVO3D_AGENT_H_
+#define RVO3D_AGENT_H_
#include <cstddef>
#include <utility>
@@ -117,4 +115,4 @@ namespace RVO {
};
}
-#endif /* RVO_AGENT_H_ */
+#endif /* RVO3D_AGENT_H_ */