remove out-of-place pragma

release/4.3a0
Jose Luis Blanco Claraco 2020-06-04 20:21:08 +02:00
parent 75ce6d60ef
commit 6938955ba1
No known key found for this signature in database
GPG Key ID: D443304FBD70A641
1 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,6 @@
// \callgraph
#pragma once
#include <gtsam/linear/GaussianFactor.h>
#include <gtsam/linear/VectorValues.h>
@ -32,4 +30,4 @@ namespace gtsam {
return d;
}
}
}