summaryrefslogtreecommitdiff
path: root/gr-fec/lib/ldpc_G_matrix_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/lib/ldpc_G_matrix_impl.h')
-rw-r--r--gr-fec/lib/ldpc_G_matrix_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-fec/lib/ldpc_G_matrix_impl.h b/gr-fec/lib/ldpc_G_matrix_impl.h
index b42c1791c2..8a5de4faf1 100644
--- a/gr-fec/lib/ldpc_G_matrix_impl.h
+++ b/gr-fec/lib/ldpc_G_matrix_impl.h
@@ -21,10 +21,10 @@
#ifndef INCLUDED_ldpc_G_matrix_impl_H
#define INCLUDED_ldpc_G_matrix_impl_H
-#include <gsl/gsl_randist.h>
-#include <gsl/gsl_permutation.h>
-#include <gsl/gsl_linalg.h>
#include <gsl/gsl_blas.h>
+#include <gsl/gsl_linalg.h>
+#include <gsl/gsl_permutation.h>
+#include <gsl/gsl_randist.h>
#include "fec_mtrx_impl.h"
#include <gnuradio/fec/ldpc_G_matrix.h>