Merge pull request #339 from borglab/fix/out-of-place-pragma-once

remove out-of-place pragma
release/4.3a0
Jose Luis Blanco-Claraco 2020-06-05 07:53:19 +02:00 committed by GitHub
commit 082604b44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

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