Skip to content
Snippets Groups Projects
Commit 8fb542bd authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

No need to give relative path for includes

parent e75037ad
No related branches found
No related tags found
1 merge request!143Gravity particles
......@@ -21,10 +21,9 @@
#define SWIFT_RUNNER_IACT_GRAV_H
/* Includes. */
#include "../../const.h"
#include "../../kernel.h"
#include "../../vector.h"
#include "../../timers.h"
#include "const.h"
#include "kernel.h"
#include "vector.h"
/**
* @brief Gravity potential
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment