Skip to content

Commit e352b4a

Browse files
committed
formatting
Signed-off-by: Sachin Pisal <spisal@nvidia.com>
1 parent b2e7967 commit e352b4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • runtime/cudaq/platform/default/python

runtime/cudaq/platform/default/python/QPU.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
#include "cudaq_internal/compiler/ArgumentConversion.h"
2525
#include "cudaq_internal/compiler/JIT.h"
2626
#include "cudaq_internal/compiler/RuntimeMLIR.h"
27+
#include "llvm/IR/LLVMContext.h"
28+
#include "llvm/IR/Module.h"
2729
#include "mlir/Pass/PassManager.h"
2830
#include "mlir/Target/LLVMIR/Export.h"
2931
#include "mlir/Transforms/Passes.h"
30-
#include "llvm/IR/LLVMContext.h"
31-
#include "llvm/IR/Module.h"
3232
#include <unordered_set>
3333

3434
// Declared in runtime/cudaq/algorithms/resource_estimation.h (not included

0 commit comments

Comments
 (0)