Skip to content

Commit ec3d40a

Browse files
bakpaulfredroy
authored andcommitted
Fix includes and namespaces
1 parent 8bf0e43 commit ec3d40a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

applications/plugins/SofaCUDA/sofa/gpu/gui/CudaDataWidget.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#include <sofa/gpu/gui/CudaDataWidget.h>
2323
#include <sofa/gpu/cuda/CudaTypes.h>
2424
#include <sofa/helper/Factory.inl>
25-
#include <sofa/gui/qt/DataWidget.h>
26-
#include <sofa/gui/qt/SimpleDataWidget.h>
27-
#include <sofa/gui/qt/TableDataWidget.h>
25+
#include <sofa/qt/DataWidget.h>
26+
#include <sofa/qt/SimpleDataWidget.h>
27+
#include <sofa/qt/TableDataWidget.h>
2828

2929
namespace sofa::gui::qt
3030
{

applications/plugins/SofaCUDA/sofa/gpu/gui/CudaDataWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <sofa/gpu/cuda/CudaTypes.h>
2424
#include <sofa/gui/qt/QModelViewTableDataContainer.h>
2525

26-
namespace sofa::gui::qt
26+
namespace sofa::qt
2727
{
2828
////////////////////////////////////////////////////////////////
2929
/// variable-sized vectors support

0 commit comments

Comments
 (0)