diff --git a/libraries/technology/tse/tech_tse.vhd b/libraries/technology/tse/tech_tse.vhd
index dc647c7dae9212dddcbcd737beb6a167b4626ce3..7297e72c4b3de364ae82ee52e2086470bd98a88e 100644
--- a/libraries/technology/tse/tech_tse.vhd
+++ b/libraries/technology/tse/tech_tse.vhd
@@ -22,12 +22,11 @@
 
 LIBRARY IEEE, technology_lib, common_lib, dp_lib;
 USE IEEE.std_logic_1164.ALL;
-USE work.tech_tse_component_pkg.ALL;
-USE work.tech_tse_pkg.ALL;
 USE technology_lib.technology_pkg.ALL;
 USE technology_lib.technology_select_pkg.ALL;
 USE common_lib.common_mem_pkg.ALL;
 USE dp_lib.dp_stream_pkg.ALL;
+USE work.tech_tse_pkg.ALL;
 
 
 ENTITY tech_tse IS