Skip to content

Commit

Permalink
clean unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer1004 committed Dec 13, 2023
1 parent b4a1766 commit 6b579d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions unidock/src/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,16 @@
*/

#include <cstdint>
#include <iostream>
#include <string>
#include <vector> // ligand paths
#include <exception>
#include <boost/program_options.hpp>
#include "conf.h"
#include "kernel.h"
#include "vina.h"
#include "utils.h"
#include "scoring_function.h"

#include <cuda.h>
#include <cuda_runtime.h>
#include <device_launch_parameters.h>
#include <unistd.h>

struct usage_error : public std::runtime_error {
usage_error(const std::string& message) : std::runtime_error(message) {}
Expand Down

0 comments on commit 6b579d1

Please sign in to comment.