Skip to content

Commit

Permalink
Reorder headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Nov 30, 2019
1 parent 9b2108d commit b44dba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/primesieve/Wheel.hpp
Expand Up @@ -12,8 +12,8 @@
#ifndef WHEEL_HPP
#define WHEEL_HPP

#include "primesieve_error.hpp"
#include "Bucket.hpp"
#include "primesieve_error.hpp"

#include <stdint.h>
#include <algorithm>
Expand Down

0 comments on commit b44dba3

Please sign in to comment.