Skip to content

Commit

Permalink
[core] fix header order in example 14
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Feb 14, 2025
1 parent 1b15e23 commit 8fbe85e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/core/014-mesh-io-ply/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
* (https://www.mozilla.org/en-US/MPL/2.0/) for more details. *
****************************************************************************/

#include "vclib/algorithms/core/polygon/geometry.h"
#include "vclib/misc/logger/null_logger.h"

#include <vclib/algorithms/core/polygon/geometry.h>
#include <vclib/load_save.h>
#include <vclib/meshes.h>
#include <vclib/misc/logger/null_logger.h>

#include <iostream>

Expand Down

0 comments on commit 8fbe85e

Please sign in to comment.